diff options
Diffstat (limited to 'abs/core-testing')
| -rw-r--r-- | abs/core-testing/linhes-scripts/linhes_update.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/abs/core-testing/linhes-scripts/linhes_update.sh b/abs/core-testing/linhes-scripts/linhes_update.sh index 3b455e0..39b341e 100644 --- a/abs/core-testing/linhes-scripts/linhes_update.sh +++ b/abs/core-testing/linhes-scripts/linhes_update.sh @@ -11,8 +11,8 @@ dsply ()  {  }  chck ()  {  	sudo pacman -Sy -	sudo pacman -Qu > /tmp/check_update -	sudo grep Target /tmp/check_update > /tmp/to_be_upgraded +	sudo pacman -Qu > /tmp/to_be_upgraded +#	sudo grep Target /tmp/check_update > /tmp/to_be_upgraded  	if grep -q no\ upgrades\ found /tmp/check_update  		then  		killall osd_cat | 
