Install / Update
Bootstrap or refresh a root
Run the stable update script from the directory where you want the flget root to live.
cd <some_directory>
powershell -c "irm https://flatina.github.io/flget/update.ps1 -OutFile .\update.ps1;.\update.ps1"
# update flget
.\update.ps1
Self-update later with flget update or .\update.ps1.
The flget runtime comes from the latest GitHub release zip, and Bun is fetched from the
latest official Bun release.