VXLinux Not update (mega.nz)

This commit is contained in:
zenobit 2025-02-17 11:20:30 +01:00
parent d9cbba0edb
commit ac90df432e
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ function releases_() {
function get_() {
local HASH=""
local ISO="vx-${RELEASE}.iso"
# Newer ISOs are only on mega.nz
# TODO Needs to be checked manually? without mega client?
# local URL="https://mega.nz/folder/SxwFTCTZ#s_qwDWrSWr7ZSTBVJC9Q_g/file"
local URL="https://github.com/VX-Linux/main/releases/download/${RELEASE}"
HASH=$(web_pipe "${URL}/vx-${RELEASE}.md5" | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}"