From 5daeaac2b8b987cc2c59d52e41867e8f8e15fe6b Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 17 Dec 2025 09:02:48 -0700 Subject: [PATCH] verbose and sudo on xz and shit --- customscripts/pi_create_image_from_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customscripts/pi_create_image_from_img b/customscripts/pi_create_image_from_img index a57122e..d40a065 100644 --- a/customscripts/pi_create_image_from_img +++ b/customscripts/pi_create_image_from_img @@ -64,7 +64,7 @@ sudo pishrink -Z -r -v -a "$imgpath" sleepfive echo "testing image $xzpath" -sudo xz -t "$xzpath" +sudo xz -t -v "$xzpath" sleepfive