Skip to content

Latest commit

 

History

History
executable file
·
44 lines (34 loc) · 1.49 KB

README.md

File metadata and controls

executable file
·
44 lines (34 loc) · 1.49 KB

Linux Audio Setup 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 listed at the top of the file - easy!

Supported distributions:

Notes:

SSH clone this repository

git clone [email protected]:brendaningram/linux-audio-setup-scripts.git

To add yourself as a sudo user with no password

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