tidal-install
This commit is contained in:
Executable
+7
@@ -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()})
|
||||||
Reference in New Issue
Block a user