This commit is contained in:
zj
2025-11-23 16:33:17 +08:00
commit b347e4894d
37 changed files with 148 additions and 0 deletions

10
x86_64/update_repo.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
rm custom*
echo "repo-add"
repo-add -n -R custom.db.tar.gz *.pkg.tar.zst*
echo "####################################"
echo "Repo Updated!!"
echo "####################################"