summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-08-10 21:35:25 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-08-10 21:35:51 +0800
commit9e5f91fb48abaf7fcca7c51149d26eab987609c7 (patch)
treef5cc98cc5917bcb0cae5084ca82fc2e3ceecd830 /sh
parentaf5f7f6cdcd5998650da5b515a07ed4ad68a89ff (diff)
upd: rsync no need ~/
Diffstat (limited to 'sh')
-rwxr-xr-xsh/upd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/upd b/sh/upd
index 687798c..e6acc9d 100755
--- a/sh/upd
+++ b/sh/upd
@@ -353,7 +353,7 @@ monthly_misc () {
done
#[ -d /run/media/xyz/Ventoy ] || die "No usb flash drive"
- rsync -vPu ib:~/downloads/torrents/useful/archlinux*.iso /run/media/xyz/Ventoy/archlinux-x86_64.iso
+ rsync -vPu ib:downloads/torrents/useful/archlinux*.iso /run/media/xyz/Ventoy/archlinux-x86_64.iso
# only check checksum and gpg signature on insp is sufficient for me, else too much work
if curl -sS -o /run/media/xyz/Ventoy/archlinux-x86_64.iso.sig https://mirror.fcix.net/archlinux/iso/latest/archlinux-x86_64.iso.sig; then
gpg --verify /run/media/xyz/Ventoy/archlinux-x86_64.iso.sig || die 'Arch iso gpg signature check failed'