瀏覽代碼

remove wiringpi

python3_migration
manuel83 6 年之前
父節點
當前提交
04f67754e5
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. +0
    -7
      install.sh

+ 0
- 7
install.sh 查看文件

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


Loading…
取消
儲存