diff --git a/functions/additional.function b/functions/additional.function index 991e6e1..5afd822 100644 --- a/functions/additional.function +++ b/functions/additional.function @@ -399,7 +399,27 @@ sudo make install ################################## CHIRP() { -sudo apt install -y chirp + #sudo apt install -y chirp + cd ${DIR} || return + CHIRP_FILE=$(curl -s https://github.com/goldstar611/chirp-appimage/releases | grep armhf | head -1 | sed 's/.*"\///;s/".*//') + LINK="https://github.com/$CHIRP_FILE" + wget $LINK + CHIRP=$(ls | grep -i chirp) + sudo mv $CHIRP /usr/local/bin/chirp + +cat >chirp.desktop <