mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
add build all script
This commit is contained in:
parent
9f36fc1d69
commit
d4eaac391d
7
build-all.sh
Normal file
7
build-all.sh
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
for PKG in pkg/*; do
|
||||||
|
cd "${PKG}" || exit
|
||||||
|
aur build -c || exit
|
||||||
|
cd ../.. || exit
|
||||||
|
done
|
Loading…
Reference in New Issue
Block a user