Cross-platform set of scripts to install moja global's FLINT and GCBM.
A bash script, install.sh is provided to install, update or uninstall FLINT AppImages.
You can clone this repository, and run the script as follows:
git clone https://github.com/moja-global/install
cd install
chmod +x ./install.sh
./install.sh --helpor you can use curl or wget.
curl:
curl -sL https://raw.githubusercontent.com/moja-global/install/main/install.sh | bash -s -- '--help'--install <release>: Installs FLINT AppImage by fetching the latest release and placing it into.local/bin/folder in your home directory (Installs stable release by default).releasecan either bedevorstable.--uninstall: Uninstalls any existing FLINT installation.--update: Updates the FLINT AppImage if the version on the host machine is out of date.--help: Provides with usage help.
- Install FLINT AppImage (stable release)
./install.sh --install- Install FLINT AppImage without cloning the repository (stable release)
curl --insecure -sL https://raw.githubusercontent.com/moja-global/install/main/install.sh | bash -s -- '--install'- Install FLINT AppImage (dev release)
./install.sh --install dev- Uninstall FLINT AppImage
./install.sh --uninstall- Update FLINT AppImage
./install.sh --update