diff options
author | Jesús <heckyel@hyperbola.info> | 2021-03-08 19:46:15 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-03-08 19:46:15 -0500 |
commit | 307bcfaaf0e0cd4959b1677bbf3a4d4faa4fc547 (patch) | |
tree | 1e6cdd3a42d0934f7ad8944d6656125821ca9194 | |
parent | df1904ac0db6410abbb10ca1308695bbc626ff69 (diff) | |
download | hyperbola-bootstrap-307bcfaaf0e0cd4959b1677bbf3a4d4faa4fc547.tar.lz hyperbola-bootstrap-307bcfaaf0e0cd4959b1677bbf3a4d4faa4fc547.tar.xz hyperbola-bootstrap-307bcfaaf0e0cd4959b1677bbf3a4d4faa4fc547.zip |
Fix repos
-rw-r--r-- | make-bootstrap-file.sh | 5 |
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" |