From 332f91bd21fb88d2ae90a6f5eb9c782c5472e6c1 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 12 Mar 2019 17:40:32 +0100 Subject: [PATCH] Improvement --- Installer-with-debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer-with-debug.sh b/Installer-with-debug.sh index 2e234fb..b3bc21f 100644 --- a/Installer-with-debug.sh +++ b/Installer-with-debug.sh @@ -67,7 +67,7 @@ if [ "$option" = 2 ]; then # Installing a few packages which are missing on Raspbian Stretch Lite echo -e "\e[1;36m"Installing a few packages that are missing on Raspbian Stretch Lite..."\e[0m" - sudo apt-get install python3-pip + sudo apt-get install python3-pip -y sudo apt-get install python3-pip python-rpi.gpio-dbgsym python3-rpi.gpio python-rpi.gpio python3-rpi.gpio-dbgsym python3-spidev git libopenjp2-7-dev libtiff5 python-numpy -y echo ""