diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-08-10 21:35:25 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-08-10 21:35:51 +0800 |
commit | 9e5f91fb48abaf7fcca7c51149d26eab987609c7 (patch) | |
tree | f5cc98cc5917bcb0cae5084ca82fc2e3ceecd830 /sh | |
parent | af5f7f6cdcd5998650da5b515a07ed4ad68a89ff (diff) |
upd: rsync no need ~/
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/upd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |