From 15a2c2ae7c59cefa8f20498142751eb4f5354c1c Mon Sep 17 00:00:00 2001 From: Wendell Borges Date: Wed, 16 May 2018 20:06:58 -0300 Subject: [PATCH] installing rpi.gpio, not installed by default --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index a4aafd1..cbde0f4 100755 --- a/install.sh +++ b/install.sh @@ -45,6 +45,7 @@ show_menu () { # By default DietPi does not have this package installed. apt-get -y install build-essential + apt-get -y install python-rpi.gpio apt-get -y install python-setuptools easy_install pip