From 340bb7d70535f54387db51aee6aa2a566dacfb42 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 17 Dec 2025 09:00:35 -0700 Subject: [PATCH] no moe spamming the fuckin bashrc --- customscripts/pi_create_image_from_img | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customscripts/pi_create_image_from_img b/customscripts/pi_create_image_from_img index 1b40e15..a57122e 100644 --- a/customscripts/pi_create_image_from_img +++ b/customscripts/pi_create_image_from_img @@ -64,12 +64,12 @@ sudo pishrink -Z -r -v -a "$imgpath" sleepfive echo "testing image $xzpath" -xz -t "$xzpath" +sudo xz -t "$xzpath" sleepfive echo "renaming $xzpath to $renamepath" -mv "$xzpath" "$renamepath" +sudo mv "$xzpath" "$renamepath" echo "Delete $imgpath? y/n" read delimg