mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fix MX Linux and ReactOS download. Close #557
This commit is contained in:
parent
ddfc806435
commit
9793041b89
1 changed files with 2 additions and 2 deletions
4
quickget
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…
Reference in a new issue