diff --git a/build-all.sh b/build-all.sh index 461da2b..75ff60b 100644 --- a/build-all.sh +++ b/build-all.sh @@ -1,7 +1,11 @@ #!/bin/bash +# build all packages for PKG in pkg/*; do cd "${PKG}" || exit aur build -c || exit cd ../.. || exit done + +# push remote repository +arch-repo-push-new || exit