Fix MX Linux and ReactOS download. Close #557

pull/558/head
Martin Wimpress 2 years ago
parent ddfc806435
commit 9793041b89
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 4
      quickget

@ -380,7 +380,7 @@ function releases_lmde(){
}
function releases_mxlinux(){
echo 21.2
echo 21.2.1
}
function editions_mxlinux(){
@ -1334,7 +1334,7 @@ function get_reactos() {
local URL=""
local TMPURL=""
TMPURL=$(wget -q -S -O- --max-redirect=0 "https://sourceforge.net/projects/reactos/files/latest/download" 2>&1 | grep Location | cut -d' ' -f4)
TMPURL=$(wget -q -S -O- --max-redirect=0 "https://sourceforge.net/projects/reactos/files/latest/download" 2>&1 | grep -i Location | cut -d' ' -f4)
URL=${TMPURL%\?*}
echo "${URL} ${HASH}"
}

Loading…
Cancel
Save