Skip to content

Commit

Permalink
vx-linux: 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Sep 13, 2023
1 parent c7e91a0 commit 966e58b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ function editions_void() {
}

function releases_vxlinux() {
echo 6.1.2 6.1 5.0 4.2 4.1 4.0
echo 5.5
}

function releases_windows() {
Expand Down Expand Up @@ -1640,10 +1640,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}"
}

Expand Down

0 comments on commit 966e58b

Please sign in to comment.