fix(snippets/apt): add no install recommends flag example

This commit is contained in:
Michele Cereda
2025-01-06 17:38:15 +01:00
parent 02f843cb3b
commit 360d25ef26

View File

@@ -58,6 +58,7 @@ EOF
sudo apt update
sudo apt install './keybase_amd64.deb'
sudo apt install --no-install-recommends 'psutils'
sudo apt install --assume-yes 'plasma-desktop' 'plasma-nm' 'dolphin-plugins' 'konsole' 'sddm-theme-debian-breeze' 'kate'
DEBIAN_FRONTEND='noninteractive' apt-get --assume-yes --target-release 'unstable' install 'kde-plasma-desktop'