mirror of
https://github.com/twisterarmy/twister-cli-installer.git
synced 2025-03-12 13:21:15 +00:00
remove deprecated step
This commit is contained in:
parent
9cae879f81
commit
003ca73629
@ -138,14 +138,6 @@ function install() {
|
||||
sudo ufw allow 22
|
||||
fi
|
||||
|
||||
until [[ $PORTS =~ (y|n) ]]; do
|
||||
read -rp "Open 6550 / 7550 ports to support the network? [y/n]: " -e PORTS
|
||||
done
|
||||
if [[ $PORTS == "y" ]]; then
|
||||
sudo ufw allow 6550
|
||||
sudo ufw allow 7550
|
||||
fi
|
||||
|
||||
until [[ $UFW =~ (y|n) ]]; do
|
||||
|
||||
if [[ $REMOTE == "y" ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user