소스 검색

Update install.sh

no_wiringpi
Manuel83 GitHub 6 년 전
부모
커밋
ea5ee44295
No known key found for this signature in database GPG 키 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


불러오는 중...
취소
저장