From 4f029df84ffcb7bcd24f0180d625e575a834c4e9 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Wed, 10 May 2023 15:20:56 -0600 Subject: [PATCH] rename iso fetch tool --- scripts/{links-get-iso => get-iso} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename scripts/{links-get-iso => get-iso} (76%) diff --git a/scripts/links-get-iso b/scripts/get-iso similarity index 76% rename from scripts/links-get-iso rename to scripts/get-iso index 5303324..4b57dd5 100755 --- a/scripts/links-get-iso +++ b/scripts/get-iso @@ -3,7 +3,7 @@ # various linux distros case $1 in - debian) links "https://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/" ;; + debian) wget -c "https://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/debian-testing-amd64-netinst.iso" ;; ubuntu) links "https://ubuntu.com/download/desktop/" ;; arch) links "https://geo.mirror.pkgbuild.com/iso/" ;; mint) links "https://mirrors.edge.kernel.org/linuxmint/stable/" ;;