add information which os-version is currently running
This commit is contained in:
parent
2349d19649
commit
22d663e8ac
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ function check_local() {
|
|||
if ! test -f "$RUN_DIR/quiet"; then
|
||||
cat<<EOF
|
||||
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'
|
||||
This message will vanish if you upgrade or type 'nsm check quiet' for some reason.
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue