mostly a readme update

update readme with commands to download and run the script. update script to use better bash location
This commit is contained in:
2026-02-02 19:51:38 -05:00
parent d24997ecf9
commit 350c486ab4
2 changed files with 13 additions and 1 deletions

View File

@@ -2,3 +2,15 @@
Just a script to install Synth V 2 on linux.
Download the script and run it, make sure you have wine, winetricks and yabridge/yabridgectl installed if you want to try and use the VST plugin.
*Bash*
```
bash <(curl -s https://raw.githubusercontent.com/eric5949/Synthesizer-V-Studio-2-Linux-Installer/refs/heads/main/sv2linuxinstaller.sh)
```
*Fish* (because I use fish and fish is wierd)
```
bash (curl -s https://raw.githubusercontent.com/eric5949/Synthesizer-V-Studio-2-Linux-Installer/refs/heads/main/sv2linuxinstaller.sh | psub)
```

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
echo "Starting Synthesizer V Studio 2 Pro Linux Installer. For VST support, wine 9.21 staging is recommended for yabridge."
# Checking if everything we need is installed