Fix repos

This commit is contained in:
Jesús 2021-03-08 19:46:15 -05:00
parent df1904ac0d
commit 307bcfaaf0
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -10,7 +10,10 @@ CHROOT_DELETE='y'
RESULTPATH=${SCRIPT_PWD}/ RESULTPATH=${SCRIPT_PWD}/
ARCH="x86_64" ARCH="x86_64"
REPO_URL="https://mirror.fsf.org/hyperbola/gnu-plus-linux-libre/stable" # Hyperbola v0.4
REPO_URL="https://mirror.fsf.org/hyperbola/gnu-plus-linux-libre/testing"
# # Hyperbola v0.3
# REPO_URL="https://mirror.fsf.org/hyperbola/gnu-plus-linux-libre/stable"
ROOTFS="$ARCH" ROOTFS="$ARCH"
# remove old archives # remove old archives
rm -f "${RESULTPATH}/hyperbola-bootstrap.tar.gz" "${RESULTPATH}/hyperbola-bootstrap.tar.gz.sha512sum" rm -f "${RESULTPATH}/hyperbola-bootstrap.tar.gz" "${RESULTPATH}/hyperbola-bootstrap.tar.gz.sha512sum"