Skip to content

Commit e59c955

Browse files
authored
Change rsync source for mirror images
1 parent 90a80eb commit e59c955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-mirrors-from-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
TEXT="Very old images"
4949
;;
5050
esac
51-
echo " | $TEXT | \`rsync -av rsync://rsync.armbian.com/$storage\` | $size |" >> tmp.md
51+
echo " | $TEXT | \`rsync -av rsync://fi.mirror.armbian.de/$storage\` | $size |" >> tmp.md
5252
done
5353
sed -n '/^## Current Mirrors/,$p' "$FILE" >> tmp.md
5454
sed -i -e :a -e '/^\n*$/{$d;N;ba' -e '}' tmp.md

0 commit comments

Comments
 (0)