From 3fbe01fdb175a84d4a62195ba0e98d78d1f5a42e Mon Sep 17 00:00:00 2001 From: Robin Alexander Date: Sun, 13 Aug 2023 12:28:24 +0200 Subject: [PATCH 1/3] Update installation instructions --- introduction.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/introduction.tex b/introduction.tex index 5b4b875..ebf6142 100644 --- a/introduction.tex +++ b/introduction.tex @@ -188,8 +188,9 @@ \subsection{Debian Binary Packages} from the ODR package repository by applying the following steps: \begin{lstlisting} - 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 apt update sudo apt install --yes odr-audioenc odr-padenc odr-dabmux odr-dabmod \end{lstlisting} From 8f0f8230552c51f9675cba3484de99aa974cade6 Mon Sep 17 00:00:00 2001 From: Robin Alexander Date: Sun, 13 Aug 2023 12:32:23 +0200 Subject: [PATCH 2/3] Update copyright year --- mmbtools.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmbtools.tex b/mmbtools.tex index 0fe6b1d..5b84117 100644 --- a/mmbtools.tex +++ b/mmbtools.tex @@ -146,7 +146,7 @@ \begin{center} \Large - Opendigitalradio\\\href{http://opendigitalradio.org}{http://opendigitalradio.org}\\2014--2022 + Opendigitalradio\\\href{http://opendigitalradio.org}{http://opendigitalradio.org}\\2014--2023 \end{center} \vspace{\fill} \vspace*{\stretch{2}} From 66603d5f8d695f5b6c703801d1fdbfc89872965a Mon Sep 17 00:00:00 2001 From: Robin Alexander Date: Sun, 13 Aug 2023 12:35:06 +0200 Subject: [PATCH 3/3] Small installation text changes --- introduction.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/introduction.tex b/introduction.tex index ebf6142..9c730f7 100644 --- a/introduction.tex +++ b/introduction.tex @@ -182,8 +182,8 @@ \section{Installing the Tools} There are 3 ways to install the tools. \subsection{Debian Binary Packages} -If your host is running a debian-Bullseye-based operating system and its -architecture is one of amd64, arm64 or arm/v7, then you can easily install +If your host is running a debian-based operating system and its +architecture is either amd64, arm64 or arm/v7, then you can easily install ODR-AudioEnc, ODR-PadEnc, ODR-DabMux and ODR-DabMod from the ODR package repository by applying the following steps: