Skip to content

Commit

Permalink
Updated: open 8080 port
Browse files Browse the repository at this point in the history
  • Loading branch information
zmaplex committed Mar 30, 2023
1 parent 3f89119 commit fc02bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pip3 install --upgrade pip
pip3 install rich wheel

# If ufw is already running, then open 22, 80, 443 ports
ufw status | grep active | grep -q inactive || ufw allow 22/tcp && ufw allow 80/tcp && ufw allow 443/tcp
ufw status | grep active | grep -q inactive || ufw allow 22/tcp && ufw allow 80/tcp && ufw allow 443/tcp && ufw allow 8080/tcp

cd /tmp && git clone https://github.com/UISSH/install-script.git

0 comments on commit fc02bad

Please sign in to comment.