mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-08-09 18:52:40 +02:00
Compare commits
1
Commits
master
...
no_wiringpi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea5ee44295 |
+1
-9
@@ -34,15 +34,7 @@ show_menu () {
|
||||
if [ $? = 0 ]; then
|
||||
apt-get -y update; apt-get -y upgrade;
|
||||
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
|
||||
easy_install pip
|
||||
apt-get -y install python-dev
|
||||
|
||||
Reference in New Issue
Block a user