diff --git a/update-database.sh b/update-database.sh index f088b65..7151d22 100755 --- a/update-database.sh +++ b/update-database.sh @@ -16,6 +16,10 @@ cd x86_64 sh ./update_repo.sh +rm -rf custom.db custom.files +mv custom.db.tar.gz custom.db +mv custom.files.tar.gz custom.files + echo "################################################################" echo "################### Update Done ######################" echo "################################################################" diff --git a/x86_64/custom.db b/x86_64/custom.db deleted file mode 120000 index 2ca137e..0000000 --- a/x86_64/custom.db +++ /dev/null @@ -1 +0,0 @@ -custom.db.tar.gz \ No newline at end of file diff --git a/x86_64/custom.db b/x86_64/custom.db new file mode 100644 index 0000000..92df82e Binary files /dev/null and b/x86_64/custom.db differ diff --git a/x86_64/custom.db.tar.gz b/x86_64/custom.db.tar.gz deleted file mode 100644 index c8b9109..0000000 Binary files a/x86_64/custom.db.tar.gz and /dev/null differ diff --git a/x86_64/custom.files b/x86_64/custom.files deleted file mode 120000 index 3ac51f6..0000000 --- a/x86_64/custom.files +++ /dev/null @@ -1 +0,0 @@ -custom.files.tar.gz \ No newline at end of file diff --git a/x86_64/custom.files b/x86_64/custom.files new file mode 100644 index 0000000..1a07029 Binary files /dev/null and b/x86_64/custom.files differ diff --git a/x86_64/custom.files.tar.gz b/x86_64/custom.files.tar.gz deleted file mode 100644 index 8651eb7..0000000 Binary files a/x86_64/custom.files.tar.gz and /dev/null differ