Skip to content

Commit

Permalink
Merge pull request #12 from colisee/master
Browse files Browse the repository at this point in the history
Miscellaneous enhancements
  • Loading branch information
mpbraendli authored Aug 14, 2023
2 parents cb7e62b + 66603d5 commit e4c34aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,15 @@ \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:

\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}
Expand Down
2 changes: 1 addition & 1 deletion mmbtools.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit e4c34aa

Please sign in to comment.