docs: get libfdk-aac from non-free source for debian 11 (#2954)

Co-authored-by: Jonas L <jooola@users.noreply.github.com>
This commit is contained in:
Thomas Göttgens 2024-02-29 22:08:51 +01:00 committed by GitHub
parent 22c303cfff
commit feca75b28b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 2 deletions

View File

@ -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 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 ```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 ## 2. Install and replace the liquidsoap package