forked from Mirror/pmbootstrap
pmb.config.mirror_alpine: use CDN again (MR 2016)
The CDN was disabled, as packages from there often resulted in 'BAD
signature' after Alpine's big musl-1.2 rebuild for 32-bit arches. This
was almost half a year ago, so the CDN should have recovered.
This reverts commit 78f43d254e
.
This commit is contained in:
parent
34d6b3edb3
commit
bc51a1c605
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ defaults = {
|
|||
"keymap": "",
|
||||
"locale": "C.UTF-8",
|
||||
"log": "$WORK/log.txt",
|
||||
"mirror_alpine": "http://dl-2.alpinelinux.org/alpine/",
|
||||
"mirror_alpine": "http://dl-cdn.alpinelinux.org/alpine/",
|
||||
"mirrors_postmarketos": ["http://mirror.postmarketos.org/postmarketos/"],
|
||||
"nonfree_firmware": True,
|
||||
"nonfree_userland": False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue