GoXLR-on-Linux / goxlr-on-linux

Documentation and scripts to make the GoXLR and GoXLR Mini useful on Linux.
142 stars 8 forks source link

"Noob-proof" install instructions (Closes #29) #30

Closed qwertychouskie closed 2 years ago

qwertychouskie commented 2 years ago

Based on what feedback came up in part 2 of Linus's Linux Daily Driver Challenge (currently on Floatplane, Youtube release is usually a few days later).

hungrymonkey commented 2 years ago

@lm41 The script has bashism like if [ ! -e $CONFIG ]; then. We should change the hash bang

https://en.wikipedia.org/wiki/Shebang_(Unix)