summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/update b/update
index d112fd2..bafdb08 100755
--- a/update
+++ b/update
@@ -38,7 +38,7 @@ function update_pkgs() {
sudo_run "pacman -Syu" || return
sudo_run "pacman -Scc --noconfirm"
sudo_run "rm /var/cache/pacman/pkg/*"
- run "aurget -Syu"
+ run "pacaur -Syu"
}
function check_etc() {