From feca75b28bbd56285f28ff257622c03e75e7a692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 29 Feb 2024 22:08:51 +0100 Subject: [PATCH] docs: get libfdk-aac from non-free source for debian 11 (#2954) Co-authored-by: Jonas L --- .../tutorials/setup-liquidsoap-aac-streaming.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/admin-manual/tutorials/setup-liquidsoap-aac-streaming.md b/docs/admin-manual/tutorials/setup-liquidsoap-aac-streaming.md index e465f2a05..4704d8ac5 100644 --- a/docs/admin-manual/tutorials/setup-liquidsoap-aac-streaming.md +++ b/docs/admin-manual/tutorials/setup-liquidsoap-aac-streaming.md @@ -26,10 +26,17 @@ For Ubuntu 20.04 LTS ('focal'), use the following file: wget https://github.com/savonet/liquidsoap/releases/download/v1.4.4/liquidsoap-v1.4.4_1.4.4-ubuntu-focal-amd64-1_amd64.deb ``` -For Debian 11 ('Bullseye'), use the following file: +For Debian 11 ('Bullseye'), first enable non-free package source for libfdk-aac support: ```bash -wget https://github.com/savonet/liquidsoap/releases/download/v1.4.4/liquidsoap-v1.4.4_1.4.4-debian-stable-amd64-1_amd64.deb +sudo apt install software-properties-common +sudo apt-add-repository -c non-free +``` + +Then use the following file: + +```bash +wget https://github.com/savonet/liquidsoap/releases/download/v1.4.4/liquidsoap-v1.4.4_1.4.4-debian-testing-amd64-1_amd64.deb ``` ## 2. Install and replace the liquidsoap package