-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial support for flathub management #341
Conversation
src/commands/applications-setup/flathub/update-installed-flathub-apps.sh
Outdated
Show resolved
Hide resolved
You should go over the scripts with the "checkbashisms" package to ward out all of them. |
src/commands/applications-setup/flathub/download-flathub-apps.sh
Outdated
Show resolved
Hide resolved
src/commands/applications-setup/flathub/download-flathub-apps.sh
Outdated
Show resolved
Hide resolved
Since I might be busy, I'm converting it to a draft |
Had to remove the download script because removing all bashisms while keeping the TUI proved to be challenging Not to mention the flathub API completely stopped working today for whatever reason while it was working fine yesterday, so it really doesn't seem like a good way of fetching flathub |
@nnyyxxxx Mind rechecking? |
Sorry for the inconvenience. We had a massive restructure of the codebase to improve future development. Because of this can you update your PR to the new structure. Thank you for your assistance and contribution. |
First |
All should be good now |
As discussed on #362 , uninstall or revert scripts should not be separate entries Once the revert_tweaks script is in place, i'll re-add the uninstall part of the script back |
Pull Request
Title
Initial support for flathub management
Type of Change
Description
This PR adds a new folder on Application Setup tab that has 2 items related to flathub
Also updates flathub update on system update script
Testing
I confirm OpneSUSE TW and Ubuntu are working but also did earlier testing on Fedora and Arch which also worked
Impact
Easy setup of flathub remote for new users
Issue related to PR
Additional Information
Checklist