diff --git a/script/3_server-build.sh b/script/3_server-build.sh index 6de413c..d77bce0 100755 --- a/script/3_server-build.sh +++ b/script/3_server-build.sh @@ -8,7 +8,7 @@ then ########################################################################################## # General dependencies ########################################################################################## - sudo apt update && sudo apt install -y unzip + #sudo apt update && sudo apt install -y unzip ##########################################################################################