diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2017-11-17 11:48:21 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2017-11-17 11:48:21 +0100 |
commit | 44989d942d38a6e41d32ea2b8dc9cae09ebe640b (patch) | |
tree | 43591af0e52d51c7fbe47e5839d3d91bca0370d3 /update | |
parent | b91c2f56583521c692655747a7cdf7c59854ab56 (diff) | |
download | bin-44989d942d38a6e41d32ea2b8dc9cae09ebe640b.zip bin-44989d942d38a6e41d32ea2b8dc9cae09ebe640b.tar.gz |
update : use pacaur instead of aurget
Diffstat (limited to 'update')
-rwxr-xr-x | update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |