fix(reactos): get redirected URL for the reactos download
This commit is contained in:
parent
eb08d5a6c6
commit
d45c86996f
3
quickget
3
quickget
|
@ -2383,7 +2383,8 @@ function get_pureos() {
|
|||
|
||||
function get_reactos() {
|
||||
local HASH=""
|
||||
local URL="https://sourceforge.net/projects/reactos/files/latest/download"
|
||||
local URL=""
|
||||
URL="$(web_redirect "https://sourceforge.net/projects/reactos/files/latest/download")"
|
||||
echo "${URL} ${HASH}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue