From ed66ebc71c839ce05360ce2775ec3f62530b7eda Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 12 May 2019 16:56:51 +0200 Subject: [PATCH] Update Installer-with-debug.sh --- Installer-with-debug.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installer-with-debug.sh b/Installer-with-debug.sh index 0628b89..abfbb5b 100644 --- a/Installer-with-debug.sh +++ b/Installer-with-debug.sh @@ -81,7 +81,8 @@ 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 -y python-rpi.gpio-dbgsym -y python3-rpi.gpio -y python-rpi.gpio -y python3-rpi.gpio-dbgsym -y python3-spidev -y git -y libopenjp2-7-dev -y libtiff5 -y python3-numpy -y + sudo apt-get install python3-pip -y + sudo apt-get install python-rpi.gpio-dbgsym -y python3-rpi.gpio -y python-rpi.gpio -y python3-rpi.gpio-dbgsym -y python3-spidev -y git -y libopenjp2-7-dev -y libtiff5 -y python3-numpy -y echo "" # Running apt-get clean and apt-get autoremove