diff options
author | Tyler Davis <tydavis@gmail.com> | 2021-07-02 04:44:50 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2021-07-02 04:44:50 +0000 |
commit | c91735ee3d1649482c8272513c549cfa80eb075e (patch) | |
tree | 5ed2643b5c618f21fb17182662a87122b43b6b23 /.bin | |
parent | 7dbfebd1e030e41021ce6157b018d270198426fa (diff) | |
download | dotfiles-c91735ee3d1649482c8272513c549cfa80eb075e.tar.gz dotfiles-c91735ee3d1649482c8272513c549cfa80eb075e.zip |
switch to asp for builds
Diffstat (limited to '.bin')
-rwxr-xr-x | .bin/allupdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bin/allupdate b/.bin/allupdate index 12ae792..b1488a7 100755 --- a/.bin/allupdate +++ b/.bin/allupdate @@ -91,7 +91,7 @@ case "$OSTYPE" in fi fi echo "Updating ABS builds..." - git -C ~/temp/builds/abspackages pull -q; + asp update if [ "$(command -v auracle)" ]; then echo "Checking for outdated AUR packages..." |