pull/202/head
KM4ACK 2021-01-09 10:28:51 -06:00
rodzic 7ba0ef962a
commit ed333a8c60
1 zmienionych plików z 2 dodań i 2 usunięć

4
update
Wyświetl plik

@ -156,7 +156,7 @@ fi
#----------------------------------------------------#
# PULSE
#----------------------------------------------------#
if ! hash pulseaudio 2>/dev/null; then
if ! hash pavucontrol 2>/dev/null; then
PULSE="Not Installed"
else
PULSE="Installed"
@ -777,7 +777,7 @@ false "ARDOP" "$ARDOP" "Mode for HF" \
false "ARDOPGUI" "$ARDOPGUI" "GUI for ARDOP" \
false "DIREWOLF" "$DIRE" "Software TNC" \
false "AX25" "$AX25" "Data Link Layer Protocol" \
false "PULSE" "$PULSE" "Sound server" \
false "PULSE" "$PULSE" "Pulse Audio Control Interface" \
--button="Exit":1 \
--button="Next":2 > $BASE
BUT=$?