diff --git a/install.sh b/install.sh index 75fcf23..3101dc5 100644 --- a/install.sh +++ b/install.sh @@ -14,12 +14,6 @@ else echo "Unknown Platform, the install might fail" fi - -#Set firewall -ufw allow 21115:21119/tcp -ufw allow 21116/udp -sudo ufw enable - # Make Folder /opt/rustdesk/ if [ ! -d "/opt/rustdesk" ]; then echo "Creating /opt/rustdesk"