From 8f413b0ec9121f5cdc2ff8326b5d7c5d1cfa3bc8 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 19 Apr 2024 22:02:30 +0100 Subject: [PATCH] refactor: update guix to use web_pipe() --- quickget | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/quickget b/quickget index 636b41a..b42ea1d 100755 --- a/quickget +++ b/quickget @@ -2251,12 +2251,10 @@ function get_gnomeos() { } function get_guix() { - #local HASH="" - #local ISO="guix-system-vm-image-1.4.0.x86_64-linux.qcow2" - local ISO="guix-system-install-1.4.0.x86_64-linux.iso" - local URL="https://ftpmirror.gnu.org/gnu/guix" - #HASH=$(wget -q -O- "${URL}/${ISO}.sig") - echo "${URL}/${ISO}" #${HASH}" + local HASH="" + local ISO="guix-system-install-${RELEASE}.x86_64-linux.iso" + local URL="https://ftpmirror.gnu.org/gnu/guix/" + echo "${URL}/${ISO} ${HASH}" } function get_haiku() {