We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a7cf2 commit 06d1412Copy full SHA for 06d1412
.github/workflows/pull-mirrors-from-db.yml
@@ -33,7 +33,7 @@ jobs:
33
|-----------------|---------------------------------------------|---------------:|
34
EOF
35
for storage in dl apt archive oldarchive; do
36
- size=$(curl -s https://k-space.ee.armbian.com/$storage/size.txt)
+ size=$(curl -s https://fi.mirror.armbian.de/$storage/size.txt)
37
case "$storage" in
38
"dl")
39
TEXT="Current images"
0 commit comments