summaryrefslogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2017-11-17 11:48:21 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2017-11-17 11:48:21 +0100
commit44989d942d38a6e41d32ea2b8dc9cae09ebe640b (patch)
tree43591af0e52d51c7fbe47e5839d3d91bca0370d3 /update
parentb91c2f56583521c692655747a7cdf7c59854ab56 (diff)
downloadbin-44989d942d38a6e41d32ea2b8dc9cae09ebe640b.zip
bin-44989d942d38a6e41d32ea2b8dc9cae09ebe640b.tar.gz
update : use pacaur instead of aurget
Diffstat (limited to 'update')
-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() {