start-vncserver.sh 152 B

123456
  1. #!/bin/bash
  2. echo "starting VNC server ..."
  3. export USER=root
  4. alias python=python3
  5. vncserver :1 -geometry 1280x800 -depth 24 && tail -F /root/.vnc/*.log