mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix(snippets/apt): add no install recommends flag example
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user