+reboot update script

This commit is contained in:
sascha.koenig 2025-11-11 11:41:50 +01:00
parent 65eb40f74e
commit e997ec0d49

View File

@ -258,6 +258,8 @@
fi fi
echo "[$(${pkgs.coreutils}/bin/date)] Update completed successfully" echo "[$(${pkgs.coreutils}/bin/date)] Update completed successfully"
echo "Rebooting system..."
${pkgs.systemd}/bin/systemctl reboot
''}"; ''}";
}; };
}; };