Files
svr/usr/bin/tidal-install
T

8 lines
368 B
Bash
Raw Normal View History

2026-04-18 18:23:28 +02:00
#!/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()})