From de70c08c7629b2370d683193a62587ca30051e36 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Thu, 8 Jul 2021 16:40:08 +0100 Subject: [PATCH] Add version to 'about' menu Fixes #163 --- raspi-config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/raspi-config b/raspi-config index c3310c9..fb2beb5 100755 --- a/raspi-config +++ b/raspi-config @@ -131,7 +131,9 @@ do_about() { This tool provides a straightforward way of doing initial configuration of the Raspberry Pi. Although it can be run 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 return 0 }