summaryrefslogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
Diffstat (limited to 'update')
-rwxr-xr-xupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/update b/update
index f81c003..7496680 100755
--- a/update
+++ b/update
@@ -40,7 +40,7 @@ function update_pkgs() {
sudo_run "pacman -Syu" || return
sudo_run "pacman -Scc --noconfirm"
sudo_run "rm /var/cache/pacman/pkg/*"
- run "pacaur -Syu"
+ run "aurman -Syu"
}
function check_etc() {