fix: remove arch-updates module after update (fix echo output)
This commit is contained in:
		
							parent
							
								
									43c34ce130
								
							
						
					
					
						commit
						19766e27a0
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -4,4 +4,6 @@ pkg_updates_count=$(pacman -Qu | wc -l)
 | 
			
		|||
if [ $((pkg_updates_count)) -gt 0 ]
 | 
			
		||||
then
 | 
			
		||||
    echo $pkg_updates_count
 | 
			
		||||
else
 | 
			
		||||
    echo ""
 | 
			
		||||
fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue