Update install.sh

This commit is contained in:
dinger1986 2022-06-06 21:47:27 +01:00 committed by GitHub
parent 74edeb9ceb
commit ceb2de0de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"