Explorar el Código

remove wiringpi

python3_migration
manuel83 hace 6 años
padre
commit
04f67754e5
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. +0
    -7
      install.sh

+ 0
- 7
install.sh Ver fichero

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


Cargando…
Cancelar
Guardar