Add non-free

This commit is contained in:
tremor021 2025-10-26 09:24:05 +01:00
parent e6a13d86d4
commit 0e9e071bd6

View File

@ -14,6 +14,13 @@ network_check
update_os update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
cat <<EOF >/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 $STD apt install -y unrar
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"