diff --git a/config/bash/scripts.sh b/config/bash/scripts.sh index 2cc9a7f..8632798 100755 --- a/config/bash/scripts.sh +++ b/config/bash/scripts.sh @@ -15,7 +15,7 @@ function encode-with-ffmpeg() { } function run-apt-upgrade() { - local upgrade_seq='sudo systemd-inhibit --what=shutdown:idle:sleep /bin/bash -c "mail && apt clean && apt update && apt upgrade && apt autoremove && tripwire --check --interactive"' + local upgrade_seq='mail && echo "Starting update" && sudo systemd-inhibit --what=shutdown:idle:sleep /bin/bash -c "apt clean && apt update && apt upgrade && apt autoremove && tripwire --check --interactive"' local host=$1 if [[ -z $host ]]; then