Last active
August 27, 2024 23:04
-
-
Save craigminihan/20fa4d0fca8fb9ba4e3b4fcc95fb08a2 to your computer and use it in GitHub Desktop.
Installing and running Roon Server on Debian 12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# execute the following as root | |
apt-get update | |
apt-get install -y htop nano git curl wget | |
apt-get install -y ffmpeg winff libasound2 cifs-utils | |
export PATH=${PATH};/usr/sbin | |
curl -LO https://download.roonlabs.com/builds/roonserver-installer-linuxx64.sh | |
chmod +x roonserver-installer-linuxx64.sh | |
./roonserver-installer-linuxx64.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For installing Roon Server on a Debian 12 netinst, derived from https://help.roonlabs.com/portal/en/kb/articles/linux-install with corrections.