From 4b5084a549879dd0349be122910ee54638223c5d Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Mon, 11 Oct 2021 09:49:38 -0500 Subject: [PATCH] fix #272 --- functions/additional.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/additional.function b/functions/additional.function index 2a56679..ce88553 100644 --- a/functions/additional.function +++ b/functions/additional.function @@ -254,7 +254,7 @@ CHIRP() { cd ${DIR} || return wget --tries 2 --connect-timeout=60 https://trac.chirp.danplanet.com/chirp_daily/LATEST/ CHIRPBUILD=$(cat index.html | grep .tar.gz | grep chirp-daily- | awk '{ print $6 }' | sed 's/.*"//' | sed 's/>//' | sed 's/[<].*$//') - sudo apt-get -y install python-gtk2 python-serial python-libxml2 + sudo apt-get -y install python-gtk2 python-serial python-libxml2 python-suds mkdir ${HOME}/chirp cd ${HOME}/chirp || return wget --tries 2 --connect-timeout=60 https://trac.chirp.danplanet.com/chirp_daily/LATEST/$CHIRPBUILD