From cc27fa89d240a87a7619c005e17ba5f1eded4e63 Mon Sep 17 00:00:00 2001 From: simono41 Date: Sat, 9 Jun 2018 08:20:47 +0200 Subject: [PATCH] vnc_fix --- arch-install | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/arch-install b/arch-install index 234fc0b..968b0bb 100755 --- a/arch-install +++ b/arch-install @@ -919,14 +919,7 @@ function abfrage() { fi - if [ "${update}" != "n" ]; then - read -p "Do you want to activate the VNC protocol? : [y/N] " x11vnc - # echo "This password is only valid for the current session !!!" - # if [ "${x11vnc}" == "y" ]; then - # x11vnc -storepasswd /etc/x11vnc.pass - # systemctl restart x11vnc.service - # fi - fi + read -p "Do you want to activate the VNC protocol? : [y/N] " x11vnc if [ "${offline}" != "n" ]; then read -p "Sould the system be started without a login? : [y/N] " autostart