Skip to content

Cross-platform set of scripts to install moja global's FLINT and GCBM

License

Notifications You must be signed in to change notification settings

moja-global/install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLINT UI logo

About

Cross-platform set of scripts to install moja global's FLINT and GCBM.

Install

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 --help

or you can use curl or wget.

  • curl:
curl -sL https://raw.githubusercontent.com/moja-global/install/main/install.sh | bash -s -- '--help'

Parameters

  • --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). release can either be dev or stable.
  • --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.

Examples

  • 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

About

Cross-platform set of scripts to install moja global's FLINT and GCBM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages