kopia lustrzana https://github.com/km4ack/pi-build
add vnc viewer
rodzic
7b4d66fdd7
commit
f629dd35b7
10
update
10
update
|
@ -710,6 +710,15 @@ else
|
|||
BATT="Installed"
|
||||
fi
|
||||
|
||||
#----------------------------------------------------#
|
||||
# VNC Viewer
|
||||
#----------------------------------------------------#
|
||||
if ! hash vncviewer 2>/dev/null; then
|
||||
VNC="Not Installed"
|
||||
else
|
||||
VNC="Installed"
|
||||
fi
|
||||
|
||||
CHECK
|
||||
####################################################################
|
||||
####################################################################
|
||||
|
@ -980,6 +989,7 @@ false "SECURITY" "$SECURITY" "File Encryption Software" \
|
|||
false "YGATE" "$YGATE" "Yaesu APRS Software" \
|
||||
false "BPQ" "$BPQ" "LinBPQ Software" \
|
||||
false "BATT" "$BATT" "Battery Test Script" \
|
||||
false "VNC" "$VNC" "VNC Viewer Application" \
|
||||
--button="Exit":1 \
|
||||
--button="Install/Update Selected":2 > $UTILITY
|
||||
BUT=$?
|
||||
|
|
Ładowanie…
Reference in New Issue