From 0c6684e5a153c79bdd6e5f534d37b36b0038e646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 27 Nov 2022 07:20:01 +0800 Subject: update to Hyperbola 0.4.1 and Hyperbola 0.4.2 --- make-bootstrap-file.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'make-bootstrap-file.sh') diff --git a/make-bootstrap-file.sh b/make-bootstrap-file.sh index 5696cf9..deff95c 100644 --- a/make-bootstrap-file.sh +++ b/make-bootstrap-file.sh @@ -10,19 +10,19 @@ CHROOT_DELETE='y' RESULTPATH=${SCRIPT_PWD}/ ARCH="x86_64" -# 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" +# Hyperbola v0.4.2 +# REPO_URL="https://mirror.fsf.org/hyperbola/gnu-plus-linux-libre/testing" +# Hyperbola v0.4.1 +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" # bootstrap for v0.4 -"${SCRIPT_PWD}/hyper-bootstrap_v0.4.sh" -a "${ARCH}" -r "${REPO_URL}" "${ROOTFS}" +bash "${SCRIPT_PWD}/hyper-bootstrap_v0.4.1.sh" -a "${ARCH}" -r "${REPO_URL}" "${ROOTFS}" # bootstrap for v0.3 -# "${SCRIPT_PWD}/hyper-bootstrap_v0.3.sh" -a "${ARCH}" -r "${REPO_URL}" "${ROOTFS}" +# bash "${SCRIPT_PWD}/hyper-bootstrap_v0.4.2.sh" -a "${ARCH}" -r "${REPO_URL}" "${ROOTFS}" cd "${ROOTFS}" # clean up package cache -- cgit v1.2.3