From 54e98e568eab84b48166cee0c46da7c1286f41df Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 18 Apr 2026 18:23:28 +0200 Subject: [PATCH] tidal-install --- usr/bin/tidal-install | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 usr/bin/tidal-install diff --git a/usr/bin/tidal-install b/usr/bin/tidal-install new file mode 100755 index 0000000..c77560d --- /dev/null +++ b/usr/bin/tidal-install @@ -0,0 +1,7 @@ +#!/bin/bash +sudo usermod -a -G audio $USER +sudo dnf install git-core qjackctl gcc-c++ cabal-install +sudo dnf install supercollider +VERSION=$(git ls-remote https://github.com/musikinformatik/SuperDirt.git | grep tags | tail -n1 | awk -F/ '{print $NF}) +echo run scland +echo paste: Quarks.checkForUpdates({Quarks.install("SuperDirt", "v1.7.4"); thisProcess.recompile()})