DistroHopper/OS/reactos
zen0bit c087af2323 tmp
2024-04-10 21:20:44 +02:00

15 lines
501 B
Text

INFO="ReactOS|Independent||https://reactos.org/|Imagine running your favorite Windows applications and drivers in an open-source environment you can trust.";;
function releases_reactos() {
echo latest
}
function get_reactos() {
local HASH=""
local URL=""
# no longer needed?
#local TMPURL=""
URL=$(curl -Lfs "https://sourceforge.net/projects/reactos/files/latest/download" -w %{url_effective} -o /this/is/a/nonexistent/directory/$RANDOM/$RANDOM)
echo "${URL} ${HASH}"
}