1
0
mirror of https://codeberg.org/privacy1st/arch synced 2025-04-05 16:36:00 +02:00

improve build-all script

This commit is contained in:
Daniel Langbein 2021-04-26 18:50:23 +02:00
parent d4eaac391d
commit 6b40fdb304

@ -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