Fixed clean cache line were not working

This commit is contained in:
Bruno Fontes 2018-06-22 01:48:41 -03:00
parent 3f091d45ed
commit 0ffbcd5e68

View File

@ -22,5 +22,5 @@ do
source ~/aur.sh "$line" "$sudoPass" source ~/aur.sh "$line" "$sudoPass"
fi fi
done done
echo "$sudoPass" | sudo -S yes | pacman -Sc --color always echo "$sudoPass" | yes | (sudo -S pacman -Sc --color always)
notify-send "Update script has finished!"