11 lines
140 B
Bash
Executable File
11 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo apt-get install x11vnc
|
|
|
|
x11vnc -storepasswd
|
|
|
|
cd ~/.config
|
|
mkdir autostart
|
|
cp tpl/home/pi/.config/autostart/* autostart/.
|
|
|