From dcd8286e80efe127f22c5da2270e46264acc6583 Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sun, 7 Dec 2025 17:28:58 +0100 Subject: [PATCH] Update 1_source-install.sh --- script/1_source-install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/script/1_source-install.sh b/script/1_source-install.sh index 80ece12..7d497e0 100755 --- a/script/1_source-install.sh +++ b/script/1_source-install.sh @@ -1,5 +1,10 @@ #!/bin/bash +########################################################################################## +# USER CONFIG +########################################################################################## +set -a; source settings.env; set +a + read -p "This will install the source code. Are you sure? (Y)es/(N)o: " -n 1 -r echo " "; if [[ $REPLY =~ ^[Yy]$ ]];