Kaynağa Gözat

Update install.sh

WiringPi Removed
master
Manuel83 GitHub 6 yıl önce
ebeveyn
işleme
2b095c8c77
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 0 ekleme ve 8 silme
  1. +0
    -8
      install.sh

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

@@ -35,14 +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
apt-get -y install python-dev


Yükleniyor…
İptal
Kaydet