summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate5
1 files 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() {