#!/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()})