install.flygb.shop
Versioned FlyGB installation and upgrade scripts. Download, inspect, and verify SHA256 checksums before running scripts on a production server.
Review before running
The command below is convenient, but production operators should first download the script, read it, and verify the checksum. Do not paste secrets into this page or into any public URL.
The single upgrade path updates code, runs migrations, rebuilds, and restarts services. Checkout stays disabled until Stripe, supplier, and email integrations are configured and tested in the FlyGB Admin.
Latest install command
curl -fsSL https://install.flygb.shop/install.sh | bash
Install a specific version:
curl -fsSL https://install.flygb.shop/install.sh | FLYGB_VERSION=v0.0.0 bash
Upgrade command
Updates FlyGB without requiring Stripe, supplier, or Resend secrets in
.env.production. Configure integrations afterward at
https://admin.flygb.shop/settings/integrations.
curl -fsSL https://install.flygb.shop/safe-upgrade.sh | sudo bash
Upgrade a specific version with the lower-level release upgrader:
curl -fsSL https://install.flygb.shop/upgrade.sh | sudo env FLYGB_VERSION=v0.0.0 bash
Safer manual flow
curl -fsSLO https://install.flygb.shop/releases/v0.0.0/install.sh
curl -fsSLO https://install.flygb.shop/releases/v0.0.0/checksums.txt
sha256sum -c checksums.txt --ignore-missing
less install.sh
bash install.sh
Downloads
| File | Version | SHA256 |
|---|---|---|
| install.sh | v0.0.0 | 66e6d114465b38cecfc8d78c5a385a8d1f5435dd50c5f8c223b6beebfea2fa2b |
| upgrade.sh | v0.0.0 | 99f05cc716bb1b4e5169efeed9f8a1d08d0098126f09c125f75d211cba628b28 |
| checksums.txt | v0.0.0 | Contains release checksums |
Metadata
Machine-readable metadata: latest.json, manifest.json, and release manifest.