added various install steps
This commit is contained in:
@@ -6,7 +6,7 @@ fi
|
||||
ln -s `pwd`/bin/* ~/bin/.
|
||||
|
||||
sudo apt-get install mplayer
|
||||
sudo apt-get install git tmux
|
||||
sudo apt-get install subversion git tmux
|
||||
|
||||
git config --global user.email "git@djoce.net"
|
||||
git config --global user.name "Jocelyn Fiat"
|
||||
|
||||
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/.
|
||||
|
||||
9
tpl/home/pi/.config/autostart/x11vnc.desktop
Normal file
9
tpl/home/pi/.config/autostart/x11vnc.desktop
Normal file
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Name=X11VNC
|
||||
Comment=
|
||||
Exec=x11vnc -forever -usepw -display :0 -ultrafilexfer
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Hidden=false
|
||||
Reference in New Issue
Block a user