add zygrib check

pull/202/head
KM4ACK 2021-01-11 11:04:44 -06:00
rodzic bb268718f0
commit 6d635daa1f
1 zmienionych plików z 10 dodań i 1 usunięć

11
update
Wyświetl plik

@ -161,7 +161,7 @@ fi
#----------------------------------------------------#
# PULSE
#----------------------------------------------------#
if ! hash pulseaudio 2>/dev/null; then
if ! hash pavucontrol 2>/dev/null; then
PULSE="Not Installed"
else
PULSE="Installed"
@ -733,6 +733,15 @@ else
VNC="Installed"
fi
#----------------------------------------------------#
# ZYGRIB Viewer
#----------------------------------------------------#
if [ -f /usr/share/zygrib ]; then
ZYGRIB=Installed
else
ZYGRIB="Not Installed"
fi
CHECK
####################################################################
####################################################################