mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-09 20:21:34 -05:00
Remove gnome-software
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
8736ea6fb3
commit
1fbe586041
@ -81,8 +81,11 @@ unpriv curl --proxy http://127.0.0.1:8082 https://gitlab.com/divested/brace/-/ra
|
|||||||
echo 'XDG_CURRENT_DESKTOP=GNOME' | sudo tee -a /etc/environment
|
echo 'XDG_CURRENT_DESKTOP=GNOME' | sudo tee -a /etc/environment
|
||||||
|
|
||||||
# We do the dnf tasks last, because dnf will break after we configure https repos and we need a reboot to fix it.
|
# We do the dnf tasks last, because dnf will break after we configure https repos and we need a reboot to fix it.
|
||||||
|
# Mark packages as manualy installed to avoid removal
|
||||||
|
sudo dnf mark install flatpak gnome-menus qubes-menus
|
||||||
|
|
||||||
# Remove unnecessary stuff from the Qubes template
|
# Remove unnecessary stuff from the Qubes template
|
||||||
sudo dnf -y remove thunderbird httpd keepassxc rygel
|
sudo dnf -y remove gnome-software httpd keepassxc thunderbird rygel
|
||||||
|
|
||||||
# Remove firefox packages
|
# Remove firefox packages
|
||||||
sudo dnf -y remove fedora-bookmarks fedora-chromium-config firefox mozilla-filesystem
|
sudo dnf -y remove fedora-bookmarks fedora-chromium-config firefox mozilla-filesystem
|
||||||
|
Loading…
Reference in New Issue
Block a user