mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-05-16 13:12:25 -04:00
Remove unwanted groups
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
c6475d524c
commit
615623328a
1 changed files with 4 additions and 1 deletions
|
@ -92,6 +92,9 @@ echo 'XDG_CURRENT_DESKTOP=GNOME' | sudo tee -a /etc/environment
|
|||
# Mark packages as manualy installed to avoid removal
|
||||
sudo dnf mark install flatpak gnome-menus qubes-menus
|
||||
|
||||
# Remove unwanted groups
|
||||
sudo dnf -y group remove 'Container Management' 'Desktop accessibility' 'Firefox Web Browser' 'Guest Desktop Agents' 'LibreOffice' 'Printing Support'
|
||||
|
||||
# Remove unnecessary stuff from the Qubes template
|
||||
sudo dnf -y remove gnome-software httpd keepassxc thunderbird
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue