From 752afa56f44a81b115bf903a68aff449544f2328 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 28 Apr 2024 03:29:28 +0100 Subject: [PATCH] style: reorder variables in get_netboot() --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index dc6f631..4435542 100755 --- a/quickget +++ b/quickget @@ -2164,8 +2164,8 @@ function get_mxlinux() { } function get_netboot() { - local ISO="netboot.xyz.iso" local HASH="" + local ISO="netboot.xyz.iso" local URL="https://boot.netboot.xyz/ipxe" HASH=$(web_pipe "${URL}/netboot.xyz-sha256-checksums.txt" | grep "${ISO}" | cut_1) echo "${URL}/${ISO} ${HASH}"