From 89c44ee046d5a2ec4aac8c8758dd917c602de7d8 Mon Sep 17 00:00:00 2001 From: Regalia <126194895+regalialong@users.noreply.github.com> Date: Sat, 14 Sep 2024 02:38:54 +0200 Subject: [PATCH] Use the VRCX.app direct links intead (#912) --- Linux/install-vrcx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux/install-vrcx.sh b/Linux/install-vrcx.sh index 4c64cb5b..6662d21f 100644 --- a/Linux/install-vrcx.sh +++ b/Linux/install-vrcx.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash steamapps=$HOME/.local/share/Steam/steamapps/compatdata -stable=$(curl -s https://api0.vrcx.app/releases/stable/latest | grep -o "https.*releases/download.*zip") -nightly=$(curl -s https://api0.vrcx.app/releases/nightly/latest | grep -o "https.*releases/download.*zip") +stable="https://api0.vrcx.app/releases/stable/latest/download?type=zip" +nightly="https://api0.vrcx.app/releases/nightly/latest/download?type=zip" download_url=$stable XDG_DATA_HOME=${XDG_DATA_HOME:=$HOME/.local/share}