diff --git a/script/3_server-build.sh b/script/3_server-build.sh index d77bce0..b950f55 100755 --- a/script/3_server-build.sh +++ b/script/3_server-build.sh @@ -5,12 +5,6 @@ echo " "; if [[ $REPLY =~ ^[Yy]$ ]]; then - ########################################################################################## - # General dependencies - ########################################################################################## - #sudo apt update && sudo apt install -y unzip - - ########################################################################################## # Rebuild server folder based on downloaded source codes ##########################################################################################