mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-04-05 00:54:17 -04:00
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.
About
This script is designed to simplify the installation of the CasaOS AppStore Edge. If the CasaOS AppStore Edge is not currently installed, the script will proceed with the installation. If the CasaOS AppStore Edge is already installed, 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-edge/run.sh)"