Procházet zdrojové kódy

Update install.sh

no_wiringpi
Manuel83 GitHub před 6 roky
rodič
revize
ea5ee44295
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 9 odebrání
  1. +1
    -9
      install.sh

+ 1
- 9
install.sh Zobrazit soubor

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


Načítá se…
Zrušit
Uložit