From bd665b3d351ecb84b07036081db4cea34c6fb801 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 30 Oct 2025 02:41:24 -0600 Subject: [PATCH] 1.5-rc-3 --- Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index da78bfc..d6a732d 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!" true; +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; sudo shutdown -r +1 ``` watch file