diff options
author | awy <awy@awy.one> | 2025-08-14 05:35:35 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-14 05:35:35 +0300 |
commit | 403c683a479a69e76f4c1a076c41761eaaae2d8b (patch) | |
tree | c3f48f175707a8b68ed958266c5bec9b88e60416 /rebuild_db.sh |
init
Diffstat (limited to 'rebuild_db.sh')
-rwxr-xr-x | rebuild_db.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rebuild_db.sh b/rebuild_db.sh new file mode 100755 index 0000000..0cf6ece --- /dev/null +++ b/rebuild_db.sh @@ -0,0 +1,10 @@ +#!/bin/sh +set -e + +cd x86_64/ +repo-add --verify --sign awy.db.tar.gz *.pkg.tar.zst +rm awy.db awy.db.sig awy.files awy.files.sig +mv awy.db.tar.gz awy.db +mv awy.db.tar.gz.sig awy.db.sig +mv awy.files.tar.gz awy.files +mv awy.files.tar.gz.sig awy.files.sig |