From 973036b379f936da93d1186951c74554368ce08c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 2 Nov 2020 14:04:34 +0100 Subject: switch from aurman to yay --- update | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/update b/update index 2abbe78..ac413d9 100755 --- a/update +++ b/update @@ -40,9 +40,8 @@ function update_pkgs() { sudo_run "pacman -Scc --noconfirm" sudo_run "pacman -Syu" || return sudo_run "rm /var/cache/pacman/pkg/*" - run "find .cache/aurman/ -maxdepth 1 -type d -exec rm -fr '{}' \;" - run "aurman -Sc --noconfirm" - run "aurman -Syu" + run "yay -Sc --noconfirm" + run "yay -Syu" } function check_etc() { -- cgit v1.1-2-g2b99