From f8776c1117b7b49d3ced7261c3f2636f48dfb8fc Mon Sep 17 00:00:00 2001 From: Ravi Shah <63246200+Rav4s@users.noreply.github.com> Date: Sat, 31 Oct 2020 10:53:23 -0500 Subject: [PATCH] add rpi gpio --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a86b4b2..6251eb3 100644 --- a/install.sh +++ b/install.sh @@ -11,7 +11,7 @@ read -r -p "Press y to acknowledge and continue running the script. [y/N] " resp if [[ "$response" =~ ^([yY][eE][sS]|[yY])$ ]] then echo "Installing python3 and pip3..." - sudo apt -y install python3 python3-pip + sudo apt -y install python3 python3-pip python3-dev python3-rpi.gpio echo "Making directory..." mkdir garagedoor && cd garagedoor sleep 0.5