fix cfg
All checks were successful
release / Release (push) Successful in 7m35s

This commit is contained in:
2026-04-01 21:47:54 +09:00
parent a8a77bc826
commit a519d164d7

View File

@@ -132,6 +132,8 @@ REMOTE
function repo-kernel-transfer() {
echo "=== Transferring kernel packages ==="
# Remove old kernel packages
ssh "$HOST" "rm -f ~/ai/repo/x86_64/linux-aios-*.pkg.tar.zst ~/ai/repo/x86_64/linux-aios-*.pkg.tar.zst.sig"
tmpdir=$(mktemp -d)
ssh "$HOST_KERNEL" "ls ~/aios-kernel/linux-aios/linux-aios-*.pkg.tar.zst" | while read f; do scp "${HOST_KERNEL}:$f" "$tmpdir/"; done
scp "$tmpdir"/linux-aios-*.pkg.tar.zst "$HOST":~/ai/repo/x86_64/