mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-03 19:07:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			172 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			172 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Install linuxbrew updates
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
TimeoutStartSec=infinity
 | 
						|
ExecStartPre=/usr/local/bin/brew update
 | 
						|
ExecStart=/usr/local/bin/brew upgrade
 |