1 Commits
Author SHA1 Message Date
Manuel83andGitHub ea5ee44295 Update install.sh 2019-08-19 06:32:56 +02:00
+1 -9
View File
@@ -34,15 +34,7 @@ show_menu () {
if [ $? = 0 ]; then if [ $? = 0 ]; then
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