Install recommended packages

This commit is contained in:
2025-04-24 13:25:56 -04:00
parent be579af656
commit 537cc6e73f

View File

@@ -348,7 +348,7 @@ init() {
PKG_INSTALL_LOCAL() { install_mc_rpm; }
;;
debian|ubuntu)
PKG_INSTALL=(sudo apt-get -f install -y -q0)
PKG_INSTALL=(sudo apt-get -f install --install-recommends -y -q0)
PKG_REMOVE=(sudo apt-get remove --auto-remove -y -q0)
PKG_UPDATE=(sudo apt-get update -y -q0)
PKG_QUERY=(dpkg -s)