@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user