diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..74ce771 --- /dev/null +++ b/update.sh @@ -0,0 +1,12 @@ +# remove old DB +rm -f x86_64/saturn_repo* + +# add packages to new DB +repo-add ./x86_64/saturn_repo.db.tar.zst ./x86_64/*.pkg.tar.zst + +# fix links +rm ./x86_64/saturn_repo.db +mv ./x86_64/saturn_repo.db.tar.zst ./x86_64/saturn_repo.db + +rm ./x86_64/saturn_repo.files +mv ./x86_64/saturn_repo.files.tar.zst ./x86_64/saturn_repo.files \ No newline at end of file diff --git a/x86_64/saturn-discover-1.0-1-any.pkg.tar.zst b/x86_64/saturn-discover-1.0-1-any.pkg.tar.zst new file mode 100644 index 0000000..816c1da Binary files /dev/null and b/x86_64/saturn-discover-1.0-1-any.pkg.tar.zst differ diff --git a/x86_64/saturn_repo.db b/x86_64/saturn_repo.db index e55443f..9b45d51 100644 Binary files a/x86_64/saturn_repo.db and b/x86_64/saturn_repo.db differ diff --git a/x86_64/saturn_repo.files b/x86_64/saturn_repo.files index d68481d..b92ffae 100644 Binary files a/x86_64/saturn_repo.files and b/x86_64/saturn_repo.files differ