mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-10-31 10:27:45 +00:00 
			
		
		
		
	 fd1c1b1875
			
		
	
	fd1c1b1875
	
	
	
		
			
			* feat: migrate to f41 * exclude yafti until it's available for f41 * build fixes * use correct wayblue f41 branch tag * fix: add yafti back * feat: include google-noto-fonts-all for universal font coverage * fix: typo * chore: use negativo for all nvidia stuff, then remove the repo * add debug line * fix nvidia builds * fix file path * prep for 41 * remove redundant systemctl commands * remove dkmshelper * include minimal server components for nvidia * fix typo * prep for f41 * fix nvidia server modules * various fixes * more fixes * fix (again) * move gstreamer packages * more gstreamer refactoring * include additional removal
		
			
				
	
	
		
			7 lines
		
	
	
		
			190 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			190 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| # Tell build process to exit if there are any errors.
 | |
| set -oue pipefail
 | |
| 
 | |
| systemctl --global enable flatpak-user-update.timer
 | |
| systemctl enable flatpak-system-update.timer |