diff --git a/twister-cli-installer.sh b/twister-cli-installer.sh index f8f6af8..cf7fcf8 100644 --- a/twister-cli-installer.sh +++ b/twister-cli-installer.sh @@ -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