diff --git a/build-a-pi b/build-a-pi index 117fc1c..dd14382 100755 --- a/build-a-pi +++ b/build-a-pi @@ -239,7 +239,7 @@ yad --center --list --checklist --width=600 --height=600 --separator="" \ false "GPSUPDATE" "Tool to Manage GPS Devices" \ false "ARDOP" "Modem for HF" \ false "ARDOPGUI" "GUI for ARDOP" \ - false "VARA" "VARA Modem - Pi 4 32bit ONLY" \ + false "VARA" "VARA Modem - Pi 4 Required" \ false "HAMLIB" "Needed for Rig Control" \ false "DIREWOLF" "Software TNC" \ false "AX25" "Data Link Layer Protocol" \ diff --git a/update b/update index afdd41c..52bb8de 100755 --- a/update +++ b/update @@ -306,7 +306,7 @@ yad --center --list --checklist --width=600 --height=600 --separator="" \ false "GPSUPDATE" "${GPSUPDATE}" "Tool to Manage GPS Devices" \ false "ARDOP" "$ARDOP" "Mode for HF" \ false "ARDOPGUI" "$ARDOPGUI" "GUI for ARDOP" \ - false "VARA" "$VARA" "VARA Modem - Pi 4 32bit ONLY" \ + false "VARA" "$VARA" "VARA Modem - Pi 4 Required" \ false "DIREWOLF" "$DIRE" "Software TNC" \ false "AX25" "$AX25" "Data Link Layer Protocol" \ false "PULSE" "$PULSE" "Sound server" \