diff --git a/OneClickDesktop.sh b/OneClickDesktop.sh index e449928..5f1a77f 100644 --- a/OneClickDesktop.sh +++ b/OneClickDesktop.sh @@ -240,9 +240,9 @@ function install_desktop read catch_all echo if [ "$OS" = "DEBIAN10" ] ; then - apt-get install xfce4 xfce4-goodies firefox-esr tigervnc-standalone-server -y + apt-get install xfce4 xfce4-goodies firefox-esr tigervnc-standalone-server tigervnc-common -y else - apt-get install xfce4 xfce4-goodies firefox tigervnc-standalone-server -y + apt-get install xfce4 xfce4-goodies firefox tigervnc-standalone-server tigervnc-common -y fi say @B"Desktop, browser, and VNC server successfully installed." green echo "Starting to configure VNC server..."