Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
WiringPi Removed
  • Loading branch information
Manuel83 authored Aug 20, 2019
1 parent 63f9f54 commit 2b095c8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b095c8

Please sign in to comment.