Kaynağa Gözat

remove wiringpi

python3_migration
manuel83 6 yıl önce
ebeveyn
işleme
04f67754e5
1 değiştirilmiş dosya ile 0 ekleme ve 7 silme
  1. +0
    -7
      install.sh

+ 0
- 7
install.sh Dosyayı Görüntüle

@@ -35,13 +35,6 @@ show_menu () {
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


Yükleniyor…
İptal
Kaydet