added various install steps

This commit is contained in:
2015-03-04 20:28:35 +01:00
parent 4b369ecd30
commit 97312f3993
3 changed files with 20 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ fi
ln -s `pwd`/bin/* ~/bin/. ln -s `pwd`/bin/* ~/bin/.
sudo apt-get install mplayer 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.email "git@djoce.net"
git config --global user.name "Jocelyn Fiat" git config --global user.name "Jocelyn Fiat"

10
install_x11vnc.sh Executable file
View 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/.

View 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