remove wiringpi

This commit is contained in:
manuel83
2019-08-19 23:03:48 +02:00
parent bf705e3957
commit 04f67754e5
-7
View File
@@ -35,13 +35,6 @@ show_menu () {
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