From 0e9e071bd6d9969d05307da15c970c2bd9bf38ad Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sun, 26 Oct 2025 09:24:05 +0100 Subject: [PATCH] Add non-free --- install/mylar3-install.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install/mylar3-install.sh b/install/mylar3-install.sh index bdce72d09..8423e9337 100644 --- a/install/mylar3-install.sh +++ b/install/mylar3-install.sh @@ -14,6 +14,13 @@ network_check update_os msg_info "Installing Dependencies" +cat </etc/apt/sources.list.d/non-free.sources +Types: deb +URIs: http://deb.debian.org/debian +Suites: bookworm +Components: non-free non-free-firmware +EOF +$STD apt update $STD apt install -y unrar msg_ok "Installed Dependencies"