From bc91082535063d8d514fc7e50df6824282e07d7e Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:01:56 +0200 Subject: [PATCH] Update 2_source-update.sh --- 2_source-update.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/2_source-update.sh b/2_source-update.sh index 9e5264e..5ace3d7 100755 --- a/2_source-update.sh +++ b/2_source-update.sh @@ -1,7 +1,4 @@ #!/bin/bash -ROOT_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)" -source ${ROOT_DIR}/variables.sh - read -p "This will update the source code. Are you sure? (Y)es/(N)o: " -n 1 -r echo " ";