mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-21 17:31:34 -05:00
Remove unwanted groups
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
c6475d524c
commit
615623328a
@ -92,6 +92,9 @@ echo 'XDG_CURRENT_DESKTOP=GNOME' | sudo tee -a /etc/environment
|
|||||||
# Mark packages as manualy installed to avoid removal
|
# Mark packages as manualy installed to avoid removal
|
||||||
sudo dnf mark install flatpak gnome-menus qubes-menus
|
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
|
# Remove unnecessary stuff from the Qubes template
|
||||||
sudo dnf -y remove gnome-software httpd keepassxc thunderbird
|
sudo dnf -y remove gnome-software httpd keepassxc thunderbird
|
||||||
|
|
||||||
@ -142,4 +145,4 @@ sudo chmod 644 /etc/ld.so.preload
|
|||||||
# Setup DNF
|
# Setup DNF
|
||||||
unpriv curl -s --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/dnf/dnf.conf | sudo tee /etc/dnf/dnf.conf > /dev/null
|
unpriv curl -s --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/dnf/dnf.conf | sudo tee /etc/dnf/dnf.conf > /dev/null
|
||||||
sudo sed -i 's/^metalink=.*/&\&protocol=https/g' /etc/yum.repos.d/*
|
sudo sed -i 's/^metalink=.*/&\&protocol=https/g' /etc/yum.repos.d/*
|
||||||
sudo sed -i 's/&protocol=https//g' /etc/yum.repos.d/divested-release.repo
|
sudo sed -i 's/&protocol=https//g' /etc/yum.repos.d/divested-release.repo
|
||||||
|
Loading…
Reference in New Issue
Block a user