Fix installer

This commit is contained in:
2021-10-22 17:54:57 -04:00
parent 150a230ef3
commit fc7cb7169b
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ parent=${parent%/*}
is_root
git rev-parse --is-inside-git-dir || echo "You must execute this script from the hartmanlab git directory" && exit 1
install -m 644 functions /usr/local/bin/
for script in script-*; do

View File

@@ -12,7 +12,7 @@ is_root
[[ $# -eq 0 ]] && time='*-*-* 01:30:00' # 1:30AM
[[ $# -gt 1 ]] && time="$*"
./script-system-update
script-system-update
ask_ok "Set a scheduled reboot for $time?" || exit 1