diff --git a/1_source-install.sh b/1_source-install.sh index 7d51cce..f72b9eb 100755 --- a/1_source-install.sh +++ b/1_source-install.sh @@ -1,7 +1,4 @@ #!/bin/bash -ROOT_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)" -source ${ROOT_DIR}/variables.sh - read -p "This will install the source code. Are you sure? (Y)es/(N)o: " -n 1 -r echo " ";