aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Alexander <robin.alexander@netplus.ch>2023-09-02 18:01:09 +0200
committerRobin Alexander <robin.alexander@netplus.ch>2023-09-02 18:01:09 +0200
commitf966dfcda4166f755015d13f25ebcae971592034 (patch)
treed5d1dd1f9e11f00333bfa172aef2a4e401650849
parentc0cf290ae00b1237a702815bb8817615c125aa21 (diff)
downloadODR-PadEnc-f966dfcda4166f755015d13f25ebcae971592034.tar.gz
ODR-PadEnc-f966dfcda4166f755015d13f25ebcae971592034.tar.bz2
ODR-PadEnc-f966dfcda4166f755015d13f25ebcae971592034.zip
Fix issue 67 (odr-dabmux)
Update the debian-package-related instructions
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2818e6f..d31dd43 100644
--- a/README.md
+++ b/README.md
@@ -18,19 +18,22 @@ More information is available on the
You have 3 ways to install odr-padenc 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 this tool 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-padenc
+ apt install --yes odr-padenc
```
## Using the dab-scripts