diff --git a/install.sh b/install.sh index 0e693f5..265da35 100755 --- a/install.sh +++ b/install.sh @@ -38,9 +38,11 @@ else fi echo "Enabling timer (not starting it, either do it manually or reboot)..." if [[ $user != 'root' ]]; then - sudo systemctl enable conf-sync.timer + sudo systemctl enable conts-snap.timer + sudo systemctl enable docker-upgrade.timer else - systemctl enable conf-sync.timer + systemctl enable conts-snap.timer + systemctl enable docker-upgrade.timer fi echo "Finished install. Exiting..."