From 91fcf64340815b8e3c755057d642a52be2dbbaef Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Fri, 28 Mar 2025 11:10:40 +0100 Subject: [PATCH] Update installer.sh --- installer.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installer.sh b/installer.sh index a9b2490..f78b5e0 100644 --- a/installer.sh +++ b/installer.sh @@ -105,7 +105,6 @@ sudo ./build # Installeren van WiringPi python echo -e "${green}WiringPi python installerenn...${reset}" -sudo pip3 uninstall wiringpi sudo rm -rf /opt/WiringPi-Python cd /opt sudo git clone --recursive https://github.com/WiringPi/WiringPi-Python.git