From 4fa1ceabb067cfa7c1368257c0fe1c384109e98a Mon Sep 17 00:00:00 2001 From: jneilliii Date: Thu, 15 May 2025 22:20:59 -0400 Subject: [PATCH] bugfix/octopi-v1.1.0 Delete scripts/01-update-raspberry-pi-os --- scripts/01-update-raspberry-pi-os | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 scripts/01-update-raspberry-pi-os diff --git a/scripts/01-update-raspberry-pi-os b/scripts/01-update-raspberry-pi-os deleted file mode 100644 index 23bf989..0000000 --- a/scripts/01-update-raspberry-pi-os +++ /dev/null @@ -1,10 +0,0 @@ -set -x -set -e - -export LC_ALL=C - -source /common.sh -install_cleanup_trap - -apt update --allow-releaseinfo-change -apt upgrade -y