mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-08-09 18:52:40 +02:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5098f74946 | ||
|
|
2b095c8c77 |
@@ -35,14 +35,6 @@ show_menu () {
|
|||||||
apt-get -y update; apt-get -y upgrade;
|
apt-get -y update; apt-get -y upgrade;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
confirmAnswer "Would you like to install wiringPI? This is required to control the GPIO"
|
|
||||||
if [ $? = 0 ]; then
|
|
||||||
git clone git://git.drogon.net/wiringPi;
|
|
||||||
cd wiringPi;
|
|
||||||
./build; cd ..;
|
|
||||||
rm -rf wiringPi;
|
|
||||||
fi
|
|
||||||
|
|
||||||
apt-get -y install python-setuptools
|
apt-get -y install python-setuptools
|
||||||
easy_install pip
|
easy_install pip
|
||||||
apt-get -y install python-dev
|
apt-get -y install python-dev
|
||||||
|
|||||||
Executable → Regular
+1
-1
@@ -9,6 +9,6 @@ python-socketio==1.4.4
|
|||||||
PyYAML==4.2b1
|
PyYAML==4.2b1
|
||||||
requests==2.20.0
|
requests==2.20.0
|
||||||
Werkzeug==0.11.10
|
Werkzeug==0.11.10
|
||||||
httplib2==0.9.2
|
httplib2==0.19.0
|
||||||
flask-classy==0.6.10
|
flask-classy==0.6.10
|
||||||
GitPython==2.1.3
|
GitPython==2.1.3
|
||||||
|
|||||||
Reference in New Issue
Block a user