From b15854f43b484bd941d766adf3dcd73fd0239db5 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 30 Oct 2025 01:38:49 -0600 Subject: [PATCH] WORKAN WOOOO --- Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index ac75254..3a91111 100644 --- a/Commands.md +++ b/Commands.md @@ -3,7 +3,7 @@ copy image ```bash byobu -imgname=`date +"%Y-%m-%d-%H%M-%S"`-grandfatherclock-pi4.img; xzname=$imgname.xz; dadisk=/dev/sdb; webhook "starting copy $dadisk to $imgname $to xzname"; sudo dd if=$dadisk of=$imgname bs=4M status=progress; webhook "Copied the disk to $imgname, compressing to $xzname"; sudo pishrink.sh -v -Z -a $imgname $xzname; webhook "$imgname shrunk to $xzname, deleting $imgname" true; # sudo rm -f $imgname; webhook "done!"; +imgname=`date +"%Y-%m-%d-%H%M-%S"`-grandfatherclock-pi4.img; xzname=$imgname.xz; dadisk=/dev/sdb; webhook "starting copy $dadisk to $imgname $to xzname"; sudo dd if=$dadisk of=$imgname bs=4M status=progress; webhook "Copied the disk to $imgname, compressing to $xzname"; sudo pishrink.sh -v -Z -a $imgname $xzname; webhook "$imgname shrunk to $xzname, deleting $imgname" true; # sudo rm -f $imgname; webhook "done!" true; ``` watch file