diff --git a/README.md b/README.md index 493cd58..1f8dde8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - To add this repo to your Arch distribution, open `/etc/pacman.conf` and add this at the end : ``` -[StratOS-repo] +[stratos] SigLevel = Optional TrustAll Server = https://StratOS-Linux.github.io/repo/x86_64 ``` diff --git a/build.sh b/build.sh index cecb4de..0622a1f 100644 --- a/build.sh +++ b/build.sh @@ -145,7 +145,7 @@ initialize_and_push() { sudo git config --global user.email 'github-actions[bot]@users.noreply.github.com' sudo git add . sudo git commit -am "Update packages" - sudo git pull + # sudo git pull sudo git push "https://x-access-token:${GITHUB_TOKEN}@github.com/$URL/repo" --force } @@ -164,4 +164,4 @@ if [ ! -d "/workspace" ] && [ "$GITHUB_TOKEN" = "" ]; then fi # Execute main function -main +main \ No newline at end of file diff --git a/initialize.sh b/initialize.sh index 3af28f8..2535409 100755 --- a/initialize.sh +++ b/initialize.sh @@ -1,5 +1,5 @@ #!/bin/bash -repo-add -R x86_64/StratOS-repo.db.tar.gz x86_64/*.pkg.tar.zst +repo-add -R x86_64/stratos.db.tar.gz x86_64/*.pkg.tar.zst # Check cassava/repoctl README for tips # rm -rf x86_64/StratOS-repo** # repoctl conf new x86_64/StratOS-repo.db.tar.zst diff --git a/x86_64/stratos.db.tar.gz.old b/x86_64/stratos.db.tar.gz.old deleted file mode 100644 index 2e94a93..0000000 Binary files a/x86_64/stratos.db.tar.gz.old and /dev/null differ diff --git a/x86_64/stratos.files.tar.gz.old b/x86_64/stratos.files.tar.gz.old deleted file mode 100644 index 7c7c9bd..0000000 Binary files a/x86_64/stratos.files.tar.gz.old and /dev/null differ