From b63b2831fb1ddacf7860f7dc9b56dd1a7cc44609 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sun, 2 Nov 2025 01:31:08 -0700 Subject: [PATCH] 1762072268 --- customscripts/pi_create_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customscripts/pi_create_image b/customscripts/pi_create_image index 21d94a5..7d886c6 100644 --- a/customscripts/pi_create_image +++ b/customscripts/pi_create_image @@ -34,7 +34,7 @@ sudo dd if=$dadisk of=$imgname bs=4M status=progress imgsize=$(du -h $imgname) # img sha256 -sha256sum $imgname | tee $checksums +# sha256sum $imgname | tee $checksums # shrink and compress the image webhook "Copied the disk to $imgname ($imgsize), compressing to $xzname"