Selaa lähdekoodia

remove wiringpi

python3_migration
manuel83 6 vuotta sitten
vanhempi
commit
04f67754e5
1 muutettua tiedostoa jossa 0 lisäystä ja 7 poistoa
  1. +0
    -7
      install.sh

+ 0
- 7
install.sh Näytä tiedosto

@@ -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


Loading…
Peruuta
Tallenna