From 21181f0b558c5a92d9fd4645a3f5bfd59fb578e8 Mon Sep 17 00:00:00 2001 From: guerryer Date: Thu, 25 Jul 2024 05:33:59 -0400 Subject: [PATCH] Update install-vrcx.sh (#849) --- Linux/install-vrcx.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Linux/install-vrcx.sh b/Linux/install-vrcx.sh index 0e7994e0..706a6ea7 100644 --- a/Linux/install-vrcx.sh +++ b/Linux/install-vrcx.sh @@ -3,7 +3,9 @@ # change me steamapps=$HOME/.local/share/Steam/steamapps/compatdata -download_url=https://github.com/vrcx-team/VRCX/releases/download/v2024.06.12/VRCX_20240612.zip +stable=$(curl -s https://api.github.com/repos/vrcx-team/VRCX/releases/latest | grep -o "https.*releases/download.*zip") +nightly=$(curl -s https://api.github.com/repos/Natsumi-sama/VRCX/releases/latest | grep -o "https.*releases/download.*zip") +download_url=$stable export WINEPREFIX=$HOME/.local/share/vrcx