update sync.sh script

This commit is contained in:
Tobias Powalowski 2024-04-11 11:46:59 +02:00
parent 3922696c80
commit df30f91878

View file

@ -1,6 +1,6 @@
#!/bin/bash
rsync --delete --delete-before -L -k -a archboot.com:release ~/public_html/
rsync --delete --delete-before --copy-dirlinks -a archboot.com:pkg ~/public_html/
rsync --delete --delete-before -L -a archboot.com:release ~/public_html/
rsync --delete --delete-before -L -a archboot.com:pkg ~/public_html/
for i in aarch64 riscv64 x86_64; do
cd ~/public_html/release/${i}/
_DIR="$(ls -1rvd */ | head -n1)"