Skip to content

Instantly share code, notes, and snippets.

@craigminihan
Last active August 27, 2024 23:04
Show Gist options
  • Save craigminihan/20fa4d0fca8fb9ba4e3b4fcc95fb08a2 to your computer and use it in GitHub Desktop.
Save craigminihan/20fa4d0fca8fb9ba4e3b4fcc95fb08a2 to your computer and use it in GitHub Desktop.
Installing and running Roon Server on Debian 12
# 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
@craigminihan
Copy link
Author

For installing Roon Server on a Debian 12 netinst, derived from https://help.roonlabs.com/portal/en/kb/articles/linux-install with corrections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment