fix(reactos): get redirected URL for the reactos download

This commit is contained in:
Martin Wimpress 2024-05-09 02:42:29 +01:00 committed by Martin Wimpress
parent eb08d5a6c6
commit d45c86996f
1 changed files with 2 additions and 1 deletions

View File

@ -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}"
}