Update birdnet-pi-config
This commit is contained in:
@@ -337,6 +337,7 @@ do_vnc() {
|
|||||||
DEFAULT=
|
DEFAULT=
|
||||||
fi
|
fi
|
||||||
whiptail --yesno "Would you like the VNC Server to be enabled?" $DEFAULT 20 60 2
|
whiptail --yesno "Would you like the VNC Server to be enabled?" $DEFAULT 20 60 2
|
||||||
|
RET=$?
|
||||||
if [ $RET -eq 0 ]; then
|
if [ $RET -eq 0 ]; then
|
||||||
if is_installed realvnc-vnc-server || apt-get install realvnc-vnc-server; then
|
if is_installed realvnc-vnc-server || apt-get install realvnc-vnc-server; then
|
||||||
systemctl enable vncserver-x11-serviced.service &&
|
systemctl enable vncserver-x11-serviced.service &&
|
||||||
|
|||||||
Reference in New Issue
Block a user