added various install steps
This commit is contained in:
10
install_x11vnc.sh
Executable file
10
install_x11vnc.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo apt-get install x11vnc
|
||||
|
||||
x11vnc -storepasswd
|
||||
|
||||
cd ~/.config
|
||||
mkdir autostart
|
||||
cp tpl/home/pi/.config/autostart/* autostart/.
|
||||
|
||||
Reference in New Issue
Block a user