From d24997ecf995a3f0fcfe1730bbd16842775360b1 Mon Sep 17 00:00:00 2001 From: eric5949 Date: Mon, 2 Feb 2026 10:49:33 -0500 Subject: [PATCH] update script to 2.2.0 for some reason the latest link is still serving an old version. --- sv2linuxinstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv2linuxinstaller.sh b/sv2linuxinstaller.sh index 00f6dab..5326445 100755 --- a/sv2linuxinstaller.sh +++ b/sv2linuxinstaller.sh @@ -28,7 +28,7 @@ fi # Download Edge Webview and SV2 curl -L -o MicrosoftEdgeWebview2Setup.exe https://go.microsoft.com/fwlink/p/?LinkId=2124703 -curl -L -o svstudio2-pro-setup-latest.exe https://download.dreamtonics.com/svstudio2/svstudio2-pro-setup-latest.exe +curl -L -o svstudio2-pro-setup-latest.exe https://authr3-media.r2.dreamtonics.com/updates/Synthesizer-V-Studio-2-Pro/svstudio2-pro-setup-2.2.0_2.2.0_131584_KkgcgKIz1LaHH6gU.exe # Install Synthesizer V Studio 2 Pro WINEPREFIX="$wineprefix_path" wineboot > /dev/null 2>&1 | echo "Wineboot Complete"