From c4df7a1b553ecf7692c9409999c4c559a5fda094 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:15:25 +0200 Subject: [PATCH] Update 2_source-update.sh --- script/2_source-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/2_source-update.sh b/script/2_source-update.sh index e91d861..0f33469 100755 --- a/script/2_source-update.sh +++ b/script/2_source-update.sh @@ -8,7 +8,7 @@ then ########################################################################################## # General dependencies ########################################################################################## - sudo apt update && sudo apt install -y git + #sudo apt update && sudo apt install -y git ##########################################################################################