From 44f1bd917132f7947c2ae3643e2753d58fbb4188 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 16 Oct 2022 21:11:31 -0700 Subject: [PATCH] reference material on the desktop --- build-a-pi | 3 ++- functions/additional.function | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/build-a-pi b/build-a-pi index dd14382..4bc345c 100755 --- a/build-a-pi +++ b/build-a-pi @@ -483,6 +483,7 @@ yad --center --list --checklist --width=600 --height=600 --separator="" \ false "PACKETSEARCH" "Winlink Packet Tool" \ false "CALLSIGN" "Call sign lookup" \ false "TEMPCONVERT" "Temperature Converter" \ + false "Reference Materials PDFs" \ false "GPARTED" "Disk Utility Tool" \ false "SHOWLOG" "Log file viewer" \ false "PISTATS" "Pi3/4 Stats Monitor" \ @@ -504,7 +505,7 @@ if [ ${BUT} = 252 ] || [ ${BUT} = 1 ]; then fi if [ ${BUT} = 3 ]; then - UTILAPPS=(DIPOLE PACKETSEARCH CALLSIGN TEMPCONVERT GPARTED SHOWLOG PISTATS TELNET PITERM QTSOUND SECURITY YGATE BPQ BATT VNC XYGRIB) + UTILAPPS=(DIPOLE PACKETSEARCH CALLSIGN TEMPCONVERT HDOCS GPARTED SHOWLOG PISTATS TELNET PITERM QTSOUND SECURITY YGATE BPQ BATT VNC XYGRIB) for i in "${UTILAPPS[@]}"; do echo "$i" >>${UTILITY} done diff --git a/functions/additional.function b/functions/additional.function index 02f2502..792087b 100644 --- a/functions/additional.function +++ b/functions/additional.function @@ -939,6 +939,22 @@ wget https://sourceforge.net/projects/repeater-start/files/$REPEAT_LATEST sudo dpkg -i $REPEAT_LATEST } +################################## +# Reference Documents +################################## +HDOCS() { + cd ~/Desktop + mkdir Reference + cd Reference + wget --tries 2 --connect-timeout=60 https://icomamerica.com/en/amateur/amateurtools/US-BandPlan-Update-1-2020.pdf + wget --tries 2 --connect-timeout=60 https://icomamerica.com/en/amateur/amateurtools/US-Grid-Square-Map-03-05-2019.pdf + wget --tries 2 --connect-timeout=60 https://icomamerica.com/en/amateur/amateurtools/2013_ITU_CQ_WorldMaps.pdf + wget --tries 2 --connect-timeout=60 https://icomamerica.com/en/amateur/amateurtools/HamRadioTerms-2011.pdf + wget --tries 2 --connect-timeout=60 http://www.arrl.org/files/file/Regulatory/Band%20Chart/Band%20Chart.pdf + wget --tries 2 --connect-timeout=60 http://www.arrl.org/files/file/Regulatory/Band%20Chart/Band%20Chart%20-%2011X17%20Color.pdf + wget --tries 2 --connect-timeout=60 http://www.arrl.org/files/file/Get%20on%20the%20Air/Comm%20w%20Other%20Hams-Q%20Signals.pdf + wget --tries 2 --connect-timeout=60 https://www.arrl.org/files/file/Get%20Licensed/Quickstart%20Guide%20EBOOK.pdf +} ################################## # JTDX