瀏覽代碼

Update install.sh

no_wiringpi
Manuel83 GitHub 6 年之前
父節點
當前提交
ea5ee44295
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入9 次删除
  1. +1
    -9
      install.sh

+ 1
- 9
install.sh 查看文件

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


Loading…
取消
儲存