From 350c486ab4e4403cd9ebfc2c1dc5c68fe0895e7e Mon Sep 17 00:00:00 2001 From: eric5949 Date: Mon, 2 Feb 2026 19:51:38 -0500 Subject: [PATCH] mostly a readme update update readme with commands to download and run the script. update script to use better bash location --- README.md | 12 ++++++++++++ sv2linuxinstaller.sh | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3908b0..2539ad7 100644 --- a/README.md +++ b/README.md @@ -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) +``` diff --git a/sv2linuxinstaller.sh b/sv2linuxinstaller.sh index 5326445..b5ec0e2 100755 --- a/sv2linuxinstaller.sh +++ b/sv2linuxinstaller.sh @@ -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