8 lines
114 B
Bash
8 lines
114 B
Bash
#!/bin/bash
|
|
vncserver :1 -geometry 1920x1080
|
|
|
|
#and novnc:
|
|
/usr/share/novnc/utils/launch.sh --vnc localhost:5901
|
|
|
|
|