mirror of
				https://gitea.blesmrt.net/mikaela/scripts.git
				synced 2025-11-04 11:27:37 +01:00 
			
		
		
		
	deb-update.bash: set snap refresh.retain to 2
This commit is contained in:
		
							parent
							
								
									886a0c0078
								
							
						
					
					
						commit
						29a72a17ca
					
				@ -78,6 +78,9 @@ if hash flatpak 2>/dev/null; then
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if hash snap 2>/dev/null; then
 | 
			
		||||
	# I don't want my systems full of old snaps
 | 
			
		||||
	# > retain must be a number between 2 and 20, not "1"
 | 
			
		||||
	snap set system refresh.retain=2
 | 
			
		||||
	# Snap packages auto-update anyway though, but I like checking them while
 | 
			
		||||
	# doing everything else too
 | 
			
		||||
	snap refresh
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user