6 lines
212 B
Text
6 lines
212 B
Text
|
#!/bin/bash -ex
|
||
|
git clone --depth 1 https://code.ryuslash.org/ryuslash/update-mirrors.git .
|
||
|
makepkg --clean
|
||
|
mv update-mirrors-*-any.pkg.tar.zst "${ARCHIVE}/"
|
||
|
laminarc queue update-mirrors-deploy BUILD="$ARCHIVE"
|