summaryrefslogtreecommitdiffstats
path: root/.bin
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2021-07-02 04:44:50 +0000
committerTyler Davis <tydavis@gmail.com>2021-07-02 04:44:50 +0000
commitc91735ee3d1649482c8272513c549cfa80eb075e (patch)
tree5ed2643b5c618f21fb17182662a87122b43b6b23 /.bin
parent7dbfebd1e030e41021ce6157b018d270198426fa (diff)
downloaddotfiles-c91735ee3d1649482c8272513c549cfa80eb075e.tar.gz
dotfiles-c91735ee3d1649482c8272513c549cfa80eb075e.zip
switch to asp for builds
Diffstat (limited to '.bin')
-rwxr-xr-x.bin/allupdate2
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..."