Thanks for reporting this issue.
Unfortunately, Microsoft has changed Github's API, which broke the App Store in such a way that the user now has to edit a system file. I'm sorry about that.
As root edit the file
/opt/porteux-scripts/porteux-app-store/porteux-app-store-live.sh, and find these 2 lines:
Code: Select all
FOLDER="porteux-scripts/porteux-app-store"
REPO_FOLDER_PATH="$BASE_GITHUB_URL/$USER/$REPO/main/$FOLDER"
Replace them with:
Code: Select all
FOLDER="porteux-app-store"
REPO_FOLDER_PATH="$BASE_GITHUB_URL/$USER/$REPO/refs/heads/main/$FOLDER"
This should be enough. But if you're still experiencing issues, delete the file
/opt/porteux-scripts/porteux-app-store/porteux-app-store.py and execute the App Store again.
Let us know if it fixes the issue.
Thanks!