aboutsummaryrefslogtreecommitdiff
path: root/bin/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/install.sh')
-rwxr-xr-xbin/install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/install.sh b/bin/install.sh
index cabd6bf..f57eff1 100755
--- a/bin/install.sh
+++ b/bin/install.sh
@@ -127,11 +127,13 @@ execCommand "mkdir -p \"/var/log/luxcena-neo\""
execCommand "chown $username:$username \"/var/log/luxcena-neo\""
# Choose branch to install
+TPUT cnorm
printf '\n%s' "Which branch do you want to install (default: master)? "
read BRANCH
if [ -z "$BRANCH" ]; then
BRANCH="master"
fi
+TPUT civis
# Get source code
header "Fetch source code"