mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-09 04:11:32 -05:00
Add missing -y
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
a3c5646f2f
commit
9928b93647
@ -59,7 +59,7 @@ sudo apt autoremove -y
|
|||||||
# Debloat
|
# Debloat
|
||||||
|
|
||||||
# Remove unnecessary stuff from the Qubes template
|
# Remove unnecessary stuff from the Qubes template
|
||||||
sudo apt purge gnome-software thunderbird keepassxc
|
sudo apt purge -y gnome-software thunderbird keepassxc
|
||||||
|
|
||||||
# Remove Network + hardware tools packages
|
# Remove Network + hardware tools packages
|
||||||
sudo apt purge -y avahi* cups* '*nfs*' rygel '*smtp*' system-config-printer* '*telnet*'
|
sudo apt purge -y avahi* cups* '*nfs*' rygel '*smtp*' system-config-printer* '*telnet*'
|
||||||
|
Loading…
Reference in New Issue
Block a user