Skip to content

Installing SABnzbb after Radarr #183

Closed Answered by MickLesk
HolgerM1 asked this question in Q&A
Discussion options

You must be logged in to vote

You need unrar, thats an non free deb package.

cat <<EOF >/etc/apt/sources.list.d/non-free.list
deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
EOF
apt-get update
apt-get install -y unrar
rm /etc/apt/sources.list.d/non-free.list

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@HolgerM1
Comment options

@HolgerM1
Comment options

Answer selected by HolgerM1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
not a script issue This is not a script issue
2 participants