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 " ";