add information which os-version is currently running

This commit is contained in:
LinuxSquare 2025-04-25 21:15:43 +02:00
parent 2349d19649
commit 22d663e8ac

View file

@ -19,6 +19,8 @@ function check_local() {
if ! test -f "$RUN_DIR/quiet"; then if ! test -f "$RUN_DIR/quiet"; then
cat<<EOF cat<<EOF
There is a newer NOVOS version available: $(get_cached_novos_version) There is a newer NOVOS version available: $(get_cached_novos_version)
You are currently running NOVOS $(get_current_novos_version)!
To upgrade to this version, execute: 'nsm sysupgrade' To upgrade to this version, execute: 'nsm sysupgrade'
This message will vanish if you upgrade or type 'nsm check quiet' for some reason. This message will vanish if you upgrade or type 'nsm check quiet' for some reason.
EOF EOF