From c2c00f7c9e49c3de18fb23cfe2071b3364eb4d21 Mon Sep 17 00:00:00 2001 From: Georges Date: Tue, 14 Mar 2017 00:04:13 +0100 Subject: [PATCH] more install doc --- README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 5f649e9..8ccc2dd 100644 --- a/README.txt +++ b/README.txt @@ -9,12 +9,13 @@ put raspian image on SD card and put into rPi ssh to pi@ if that does not work, edit the SD card and put into etc/rc.local "/etc/init.d/ssh start" sudo bash # all is installed under root -apt-get install php-curl # for twitter +apt-get install php5-curl # for twitter apt-get install git # for getting this apt-get install wiringpi # bor the buttons and stuff cp -p systemfiles/sudoers.d/* /etc/sudoers.d/ +mkdir /root/var # kinda important put your ssh key in git and on the pi's /root/.ssh cd /root