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