mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
siduction: update to 2023.1.1
This commit is contained in:
parent
465edc1f43
commit
d8e85f4762
1 changed files with 2 additions and 2 deletions
4
quickget
4
quickget
|
@ -1646,10 +1646,10 @@ function get_siduction() {
|
|||
local HASH=""
|
||||
local DATE=""
|
||||
local ISO=""
|
||||
local URL="https://mirrors.dotsrc.org/siduction/iso/Masters_of_War/${EDITION}"
|
||||
local URL="https://mirrors.dotsrc.org/siduction/iso/Standing_on_the_Shoulders_of_Giants/${EDITION}"
|
||||
DATE=$(wget -q -O- "${URL}"| grep .iso.md5 | cut -d'-' -f6 | cut -d'.' -f1)
|
||||
HASH=$(wget -q -O- "${URL}/${ISO}.md5" | cut -d' ' -f1)
|
||||
ISO="siduction-22.1.1-Masters_of_War-${EDITION}-amd64-${DATE}.iso"
|
||||
ISO="siduction-2023.1.1-Standing_on_the_Shoulders_of_Giants-${EDITION}-amd64-${DATE}.iso"
|
||||
echo "${URL}/${ISO} ${HASH}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue