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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

1
x86_64/custom.db Symbolic link
View File

@@ -0,0 +1 @@
custom.db.tar.gz

BIN
x86_64/custom.db.tar.gz Normal file

Binary file not shown.

1
x86_64/custom.files Symbolic link
View File

@@ -0,0 +1 @@
custom.files.tar.gz

BIN
x86_64/custom.files.tar.gz Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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 "####################################"

10
x86_64/update_repo.sh~ Executable file
View File

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