arch
This commit is contained in:
parent
22823e7edf
commit
f6f17ade21
1 changed files with 2 additions and 2 deletions
|
@ -624,7 +624,7 @@ spcd_step__environment_defaults() {
|
|||
[ -n "${SPCD_URL_ALPINE}" ] ||
|
||||
SPCD_URL_ALPINE="https://dl-cdn.alpinelinux.org/alpine"
|
||||
[ -n "${SPCD_URL_ARCH}" ] ||
|
||||
SPCD_URL_ARCH="https://geo.mirror.pkgbuild.com/\$repo/os/\$arch"
|
||||
SPCD_URL_ARCH="https://geo.mirror.pkgbuild.com"
|
||||
[ -n "${SPCD_URL_DEBIAN}" ] ||
|
||||
SPCD_URL_DEBIAN="https://deb.debian.org/debian"
|
||||
[ -n "${SPCD_URL_EPEL}" ] ||
|
||||
|
@ -805,7 +805,7 @@ ${SPCD_URL_ALPINE}/v${SPCD_OS_VERSION}/community
|
|||
;;
|
||||
"${SPCD_OS_ARCH}")
|
||||
spcd_os_write "/etc/pacman.d/mirrorlist" "\
|
||||
Server = ${SPCD_URL_ARCH}
|
||||
Server = ${SPCD_URL_ARCH}/\$repo/os/\$arch
|
||||
"
|
||||
;;
|
||||
"${SPCD_OS_DEBIAN}")
|
||||
|
|
Loading…
Reference in a new issue