The following instructions will set your system up to install OpenWebRX and its dependencies from the package repository.
sudo su -before executing the commands below.
wget -O - https://repo.openwebrx.de/debian/key.gpg.txt | apt-key add echo "deb https://repo.openwebrx.de/ubuntu/ hirsute main" > /etc/apt/sources.list.d/openwebrx.list apt-get update apt-get install openwebrx
Please run this additionally to the commands above:
echo "deb https://repo.openwebrx.de/ubuntu/ unstable main" > /etc/apt/sources.list.d/openwebrx-unstable.list apt-get update apt-get install openwebrx