Porównaj commity

...

4 Commity

Autor SHA1 Wiadomość Data
KM4ACK 92c72539b3 update 2022-10-04 11:22:58 -05:00
KM4ACK 21abc78b4f add chirp depends 2022-10-04 11:16:42 -05:00
KM4ACK 3d22105617 update chirp download 2022-10-04 11:10:37 -05:00
KM4ACK 4fe36594d0 fix callsign 2022-10-04 10:28:22 -05:00
3 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -6,6 +6,7 @@ version=3.3.0
create VARA sub category - https://github.com/km4ack/pi-build/issues/393
update chirp install - https://github.com/km4ack/pi-build/issues/337
use 64bit package to install pat on 64bit OS - https://github.com/km4ack/pi-build/issues/424
Add RepeaterStart - https://github.com/km4ack/pi-build/issues/400
3.2.4 Update HotSpot Tools shortcut
Change 1000 to UID in update script
Remove Pi username check

Wyświetl plik

@ -32,7 +32,7 @@ conky.config = {
conky.text = [[
${font Arial:size=12}${color Yellow}${alignc}KM4ACK-FIELD-PI
${font Arial:size=12}${color Yellow}${alignc}N0CALL
${voffset -30}
${font Arial:bold:size=08}${color White}Gridsquare ${alignr}${color Yellow}${execi 60 cat /run/user/1000/gridinfo.txt | cut -c1-8}
#${font Arial:bold:size=12}${color White}Radio Freq ${alignr}${color Yellow}${execi 5 $HOME/bin/conky/get-freq | cut -c1-6}

Wyświetl plik

@ -413,10 +413,11 @@ 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"
sudo apt install libfuse2
CHIRPDATE=$(curl -s https://github.com/goldstar611/chirp-appimage | grep "releases/tag/" | sed 's|.*releases/tag/||;s|">||')
LINK="https://github.com/goldstar611/chirp-appimage/releases/download/$CHIRPDATE/Chirp-daily-$CHIRPDATE-armhf.AppImage"
wget $LINK
CHIRP=$(ls | grep -i chirp)
CHIRP=$(ls | grep Chirp-daily)
sudo mv $CHIRP /usr/local/bin/chirp
sudo chmod +x /usr/local/bin/chirp