forked from forkanization/Proxmox-arm64
create .vnc dir
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user