aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Alexander <robin.alexander@netplus.ch>2023-09-02 17:28:37 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2023-09-04 14:30:28 +0200
commit13f2b370eff48e1deb06edbe5a9f9560e622c9e2 (patch)
tree55de503bcc026335d536ee33f8276363563aa13c
parentaf63f0b9bea5b776a1f0ada2b005ea51fa692387 (diff)
downloadODR-AudioEnc-13f2b370eff48e1deb06edbe5a9f9560e622c9e2.tar.gz
ODR-AudioEnc-13f2b370eff48e1deb06edbe5a9f9560e622c9e2.tar.bz2
ODR-AudioEnc-13f2b370eff48e1deb06edbe5a9f9560e622c9e2.zip
Fix issue-67 (from odr-dabmux)
Update debian-package-related instructions
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index d103b41..5f76f3b 100644
--- a/README.md
+++ b/README.md
@@ -36,17 +36,20 @@ More information is available on the
You have 3 ways to install odr-audioenc on your host:
## Using binary debian packages
-If your host is running a debian-based OS and its cpu is one of amd64, arm64 or arm/v7, then you can install odr-audioenc using the standard debian packaging system:
+If your host is running a debian-based OS on amd64, arm64 or arm/v7, then you can install odr-dabmux using the standard debian packaging system:
1. Update the debian apt repository list:
```
- curl -fsSL http://debian.opendigitalradio.org/odr.asc | sudo tee /etc/apt/trusted.gpg.d/odr.asc 1>/dev/null
- curl -fsSL http://debian.opendigitalradio.org/odr.list | sudo tee /etc/apt/sources.list.d/odr.list 1>/dev/null
+ # Replace bullseye (debian-11) with bookworm (debian-12) if applicable
+
+ curl -fsSL http://debian.opendigitalradio.org/opendigitalradio-bullseye.sources > /etc/apt/sources.list.d/opendigitalradio-bullseye.sources
+
+ curl -fsSL http://debian.opendigitalradio.org/opendigitalradio.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/opendigitalradio.gpg
```
1. Refresh the debian packages list:
```
apt update
```
-1. Install odr-audioenc:
+1. Install the debian package:
```
sudo apt install --yes odr-audioenc
```