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"