From 98171fa722c8a35d112844bc16f66b4060bb0b3e Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:15:37 +0200 Subject: [PATCH] Update 3_server-build.sh --- script/3_server-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ##########################################################################################