parent
c2c00f7c9e
commit
50f36d9bf1
|
@ -13,6 +13,8 @@ apt-get install php5-curl # for twitter
|
|||
apt-get install git # for getting this
|
||||
apt-get install wiringpi # bor the buttons and stuff
|
||||
|
||||
tzselect
|
||||
|
||||
cp -p systemfiles/sudoers.d/* /etc/sudoers.d/
|
||||
|
||||
mkdir /root/var # kinda important
|
||||
|
@ -70,6 +72,13 @@ apt-get install apache2 php5
|
|||
cd ~/pidor/www && ./intallwebsite.sh
|
||||
service apache2 restart
|
||||
|
||||
# download windos sound bytes to /root/win
|
||||
# e.g. here http://joshlalonde.deviantart.com/art/Windows-XP-Sounds-158309567
|
||||
#
|
||||
mkdir /root/win
|
||||
cd /root/win
|
||||
|
||||
|
||||
If you have a chromecast, script to switch off if chromecast is iddle:
|
||||
cd ~/pidor
|
||||
git clone git@github.com:balloob/pychromecast.git
|
||||
|
|
Loading…
Reference in New Issue