From 516aaf1879de6d52425dec71f5aae4844dde0e46 Mon Sep 17 00:00:00 2001 From: nikodem Date: Tue, 23 Jan 2024 10:19:39 +0000 Subject: [PATCH] fixed update script --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 35ad472..31a1f3b 100755 --- a/update.sh +++ b/update.sh @@ -4,7 +4,7 @@ echo "put the nice!nano into bootloader, flashing in 5 seconds..." sleep 5 echo "flashing..." -unzip -o -q $(find .tmp -name *.zip) -d .tmp/ +unzip -o -q $(find .tmp -name "*.zip") -d .tmp/ mkdir .tmp/nicenano/ sudo mount /dev/sda .tmp/nicenano/