create .vnc dir

(cherry picked from commit ab32f1af6c9e6700f11e84a1f92c36871e64e895)
pull/3193/head
Sam Heinz 1 year ago
parent 7b6a927e4c
commit f127a15016
  1. 1
      install/jdownloader2-install.sh

@ -35,6 +35,7 @@ wget -q http://installer.jdownloader.org/JDownloader.jar
msg_ok "Installed JDownloader2"
msg_info "Setting up VNC Server"
mkdir /root/.vnc
secret=$(openssl rand -base64 8)
echo "password: $secret" >>/root/.vnc/passwd
echo $secret | vncpasswd -f

Loading…
Cancel
Save