aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make-bootstrap-file.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/make-bootstrap-file.sh b/make-bootstrap-file.sh
index c411cf2..a723cdf 100644
--- a/make-bootstrap-file.sh
+++ b/make-bootstrap-file.sh
@@ -10,7 +10,10 @@ CHROOT_DELETE='y'
RESULTPATH=${SCRIPT_PWD}/
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"
# remove old archives
rm -f "${RESULTPATH}/hyperbola-bootstrap.tar.gz" "${RESULTPATH}/hyperbola-bootstrap.tar.gz.sha512sum"