mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +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
 |