Add version to 'about' menu

Fixes #163
This commit is contained in:
Serge Schneider 2021-07-08 16:40:08 +01:00
parent 99619d9398
commit de70c08c76

View File

@ -131,7 +131,9 @@ do_about() {
This tool provides a straightforward way of doing initial This tool provides a straightforward way of doing initial
configuration of the Raspberry Pi. Although it can be run configuration of the Raspberry Pi. Although it can be run
at any time, some of the options may have difficulties if at any time, some of the options may have difficulties if
you have heavily customised your installation.\ you have heavily customised your installation.
$(dpkg -s raspi-config 2> /dev/null | grep Version)\
" 20 70 1 " 20 70 1
return 0 return 0
} }