mirror of
https://codeberg.org/privacy1st/arch
synced 2025-01-11 03:46:05 +01:00
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
|
|
../git-pull || exit $?
|
|
./build-all || exit $?
|
|
echo '' > pkglist.tmp
|