mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
create .vnc dir
(cherry picked from commit ab32f1af6c9e6700f11e84a1f92c36871e64e895)
This commit is contained in:
parent
7b6a927e4c
commit
f127a15016
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ wget -q http://installer.jdownloader.org/JDownloader.jar
|
||||||
msg_ok "Installed JDownloader2"
|
msg_ok "Installed JDownloader2"
|
||||||
|
|
||||||
msg_info "Setting up VNC Server"
|
msg_info "Setting up VNC Server"
|
||||||
|
mkdir /root/.vnc
|
||||||
secret=$(openssl rand -base64 8)
|
secret=$(openssl rand -base64 8)
|
||||||
echo "password: $secret" >>/root/.vnc/passwd
|
echo "password: $secret" >>/root/.vnc/passwd
|
||||||
echo $secret | vncpasswd -f
|
echo $secret | vncpasswd -f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue