mirror of
https://github.com/winesapOS/winesapOS.git
synced 2025-08-26 11:27:15 +00:00
[dual-boot] Use the new version file
This commit is contained in:
parent
07e1cb697e
commit
3cbb0c2772
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue