[dual-boot] Use the new version file

This commit is contained in:
Luke Short 2025-05-08 22:59:38 -06:00
commit 3cbb0c2772

View file

@ -81,7 +81,7 @@ kdialog --title "winesapOS Dual-Boot Installer (Beta)" --msgbox "INFO: Looking f
winesapos_tarball="$(winesapos_find_tarball)"
if [[ "${winesapos_tarball}" == "NONE" ]]; then
echo "INFO: No winesapOS tarball found."
WINESAPOS_VERSION_LATEST="$(curl https://raw.githubusercontent.com/winesapOS/winesapOS/stable/files/os-release-winesapos | grep VERSION_ID | cut -d = -f 2)"
WINESAPOS_VERSION_LATEST="$(curl https://raw.githubusercontent.com/winesapOS/winesapOS/stable/rootfs/usr/lib/os-release-winesapos | grep VERSION_ID | cut -d = -f 2)"
cd "${HOME}/Downloads" || exit 1
echo "INFO: Downloading the rootfs tarball..."
wget "https://winesapos.lukeshort.cloud/repo/iso/winesapos-${WINESAPOS_VERSION_LATEST}/winesapos-${WINESAPOS_VERSION_LATEST}-minimal-rootfs.tar.zst"