mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 05:24:56 +00:00
Fixed clean cache line were not working
This commit is contained in:
parent
3f091d45ed
commit
0ffbcd5e68
@ -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!"
|
||||||
|
Loading…
Reference in New Issue
Block a user