Files
big-bear-scripts-bigbeartec…/casaos-appstore-fix
Christopher 222e6af258 🔧 refactor: Use #!/usr/bin/env bash in all shell scripts (#16)
This commit refactors all the shell scripts to use `#!/usr/bin/env bash` instead of `#!/bin/bash`. This change ensures that the scripts will run with the system's default Bash interpreter, even if it is not located at the standard `/bin/bash` path.
2024-10-23 13:32:15 -05:00
..

About

This script is designed to fix the issue that the CasaOS AppStore is not working properly. If the issue is not fixed, the script will prompt the user to confirm whether they wish to revert to the official app store.

Run command

bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/casaos-appstore-fix/run.sh)"