mirror of
				https://github.com/tiyn/dotfiles.git
				synced 2025-10-30 20:11:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| printf "Beginning upgrade.\\n"
 | |
| 
 | |
| yay -Syu
 | |
| pkill -RTMIN+8 i3blocks
 | |
| 
 | |
| printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
 | |
| read -r
 |