From 6dd7cf6ff01df6d9a1fa6e4905dc30e18667882e Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Fri, 21 Mar 2025 19:09:19 +0100 Subject: [PATCH] Update installer.sh --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index d1e6ecc..78cc8f8 100644 --- a/installer.sh +++ b/installer.sh @@ -51,12 +51,12 @@ cd /opt/grovepi/Script sudo bash install.sh # Installeren i2c-tools -cd /opt/grovepi/Scripts/i2c-tools-3.1.0 +cd /opt/grovepi/Script/i2c-tools-3.1.0 sudo make sudo make install # Installeren i2c-tools python -cd /opt/grovepi/Scripts/i2c-tools-3.1.0/py-smbus +cd /opt/grovepi/Script/i2c-tools-3.1.0/py-smbus sudo python3 setup.py build sudo python3 setup.py install