From b14de34cf22275a53de378a23e7f31d4ecc49bea Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Tue, 13 Oct 2020 17:09:08 -0500 Subject: [PATCH] add bpq readme --- functions/utility.function | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/functions/utility.function b/functions/utility.function index d3601e9..7519349 100644 --- a/functions/utility.function +++ b/functions/utility.function @@ -316,6 +316,32 @@ Categories=Utility EOF sudo mv bpq-config.desktop /usr/share/applications/ + +#add LinBPQ-README to desktop +FILE=$HOME/Desktop/LinBPQ-README +touch $FILE +cat << EOF > $FILE +LinBPQ was installed during the build. +You will find the config file generator +under utilities in the main pi menu. +NO CONFIGURATION was done for LinBPQ +during the build. Each individual +operator is responsible for configuring +his/her station. + +After completing the config file, you can +start LinBPQ from the command line by running: +~/linbpq/.linbpq + +Depending on your station setup, you may +need to start rig control, direwolf, or +other applications before running LinBPQ. + +If you need help, you can find +the LinBPQ forums at +https://groups.io/g/bpq32/topics +EOF + }