summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2020-11-02 14:04:34 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2020-11-02 14:04:34 +0100
commit973036b379f936da93d1186951c74554368ce08c (patch)
tree871e11eef597c8590b385128799d90c8732a2dc7
parent156befdeddf1243073369a5fed0baa7050a363e1 (diff)
downloadbin-973036b379f936da93d1186951c74554368ce08c.zip
bin-973036b379f936da93d1186951c74554368ce08c.tar.gz
switch from aurman to yay
-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() {