From 0241d9b6c3d9abdd35d8ae770616b1688154bd01 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Fri, 12 Aug 2022 15:58:37 +0100 Subject: [PATCH] Update install.sh --- install.sh | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/install.sh b/install.sh index d3c8e51..c6fbbf8 100644 --- a/install.sh +++ b/install.sh @@ -103,32 +103,6 @@ break esac done - - -# #/* -# Alternatively since case is faster than if then else -# case ${IDLIKE} in -# ubuntu|debian) -# # Debian/Ubuntu/etc. -# sudo apt-get update -# sudo apt-get install -y curl wget unzip dnsutils tar # git -# ;; -# centos|fedora|redhat) #|amazon) -# # CentOS/RedHat/Fedora/Amazon/etc. -# sudo yum update -y -# sudo yum install -y curl wget unzip bind-utils tar # git -# ;; -# *) -# echo "Unsupported OS" -# echo "Unknown Platform, the install might fail" -# # here you could ask the user for permission to try and install anyway -# # if they say yes, then do the install -# # if they say no, exit the script -# exit 1 -# ;; -# esac -# */ - # Make Folder /opt/rustdesk/ if [ ! -d "/opt/rustdesk" ]; then echo "Creating /opt/rustdesk"