From 3a810d0df97f54a6de24285472f0a59945ec5160 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 27 May 2025 09:12:02 -0400 Subject: [PATCH] Update update fix libusb install --- update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update b/update index fb7f8c44..6dd73073 100755 --- a/update +++ b/update @@ -35,7 +35,8 @@ if [ "$1" = "u" ]; then fi -sudo apt-get install -y python3-smbus libusb-1.0 +#sudo apt-get install -y python3-smbus libusb-1.0 +sudo apt-get install -y python3-smbus libusb* sudo sed -i 's/update.sh/update /g' /etc/motd