From ac90df432eaa453e91cd9db635f07712cd487fbf Mon Sep 17 00:00:00 2001 From: zenobit Date: Mon, 17 Feb 2025 11:20:30 +0100 Subject: [PATCH] VXLinux Not update (mega.nz) --- actions/vxlinux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/actions/vxlinux b/actions/vxlinux index afa2c55..9b32e69 100644 --- a/actions/vxlinux +++ b/actions/vxlinux @@ -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}"