From ec57b89162d5c06e720a00ed758b0090aa8991c2 Mon Sep 17 00:00:00 2001 From: acki Date: Tue, 20 May 2025 16:38:13 -0400 Subject: [PATCH] update install --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 80c5eee..85bbd8a 100755 --- a/install.sh +++ b/install.sh @@ -27,10 +27,10 @@ git submodule update cd WiringPi ./build debian -mv "./debian-template/wiringpi-*" . +mv ./debian-template/wiringpi-* . # install it -sudo apt install "./wiringpi-*.deb" -y +sudo apt install ./wiringpi-*.deb -y sudo apt-get install qt6-base-dev qt6-svg-dev libxml2-dev socat -y