fix flatpaks

This commit is contained in:
David Young
2026-03-15 09:45:15 -06:00
parent d9faf4aff2
commit 1ad311e87e
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
FLATPAKS=(
"flathub io.sourceforge.wsjt.wsjtx"
"flathub com.js8call.JS8Call"
"io.sourceforge.wsjt.wsjtx"
"com.js8call.JS8Call"
)
for pak in "${FLATPAKS[@]}"; do

View File

@@ -1,8 +1,9 @@
# Ham utilities
UTILITIES=(
hamlib
python-yattag # must come before chirp-next
fldigi
flrig
hamlib
gpds
gpsbabel
qgis
@@ -13,7 +14,6 @@ UTILITIES=(
wine
winetricks
pat-bin
python-yattag # must come before chirp-next
chirp-next
alsa-utils
)