Commit 4a46e90c authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: update version

parent 15b249b6
#!/bin/sh #!/bin/sh
# 2007-2021 (c) Vitaly Lipatov <lav@etersoft.ru> # 2007-2022 (c) Vitaly Lipatov <lav@etersoft.ru>
# 2007-2021 (c) Etersoft # 2007-2022 (c) Etersoft
# 2007-2021 Public domain # 2007-2022 Public domain
# You can set ROOTDIR to root system dir # You can set ROOTDIR to root system dir
#ROOTDIR= #ROOTDIR=
PROGVERSION="20210806" PROGVERSION="20220318"
# TODO: check /etc/system-release # TODO: check /etc/system-release
...@@ -707,7 +707,7 @@ print_pretty_name() ...@@ -707,7 +707,7 @@ print_pretty_name()
print_total_info() print_total_info()
{ {
cat <<EOF cat <<EOF
distro_info v$PROGVERSION : Copyright © 2007-2021 Etersoft distro_info v$PROGVERSION : Copyright © 2007-2022 Etersoft
==== Total system information: ==== Total system information:
Pretty distro name (--pretty): $(print_pretty_name) Pretty distro name (--pretty): $(print_pretty_name)
Distro name and version (-e): $(print_name_version) Distro name and version (-e): $(print_name_version)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment