Update 1_source-install.sh

This commit is contained in:
bash
2024-08-12 21:01:47 +02:00
committed by GitHub
parent bd6c26463c
commit 4052dbefc7

View File

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