Skip to content

Latest commit

 

History

History
executable file
·
52 lines (41 loc) · 1.84 KB

File metadata and controls

executable file
·
52 lines (41 loc) · 1.84 KB

Linux Audio Installation Scripts

By Brendan Ingram

This repository contains scripts and guides to get you running with a Linux system capable of professional audio engineering and music production.

How do I use this?

Find your distribution in the list below, click the link, and run the SINGLE command - easy!

Supported distributions:

You can find me at:

Notes:

SSH clone this repository

git clone git@github.com:brendaningram/install-scripts.git

To add yourself as a sudo user with no password

su -c "echo '$USER ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/$USER"