[bin/clean] clean apcman and yay without confirmation

This commit is contained in:
Felix Buehler 2019-05-11 15:53:54 +02:00
parent cfc6658fd5
commit 2ae8ec6a7a

View file

@ -11,10 +11,10 @@ case "$1" in
docker image prune --force docker image prune --force
;; ;;
pacman) pacman)
pacman -Sc pacman -Sc --noconfirm
;; ;;
yay) yay)
yay -Sacc yay -Sacc --noconfirm
;; ;;
*) *)
echo "Please give parameter of: [all docker pacman]" echo "Please give parameter of: [all docker pacman]"