From 403c683a479a69e76f4c1a076c41761eaaae2d8b Mon Sep 17 00:00:00 2001 From: awy Date: Thu, 14 Aug 2025 05:35:35 +0300 Subject: init --- rebuild_db.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 rebuild_db.sh (limited to 'rebuild_db.sh') 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 -- cgit v1.2.3