From ea5ee4429514533cdc6bd465909d68c7696acb08 Mon Sep 17 00:00:00 2001 From: Manuel83 Date: Mon, 19 Aug 2019 06:32:56 +0200 Subject: [PATCH] Update install.sh --- install.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/install.sh b/install.sh index 82193cb..4c1ab15 100755 --- a/install.sh +++ b/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