Files
InvenTree/contrib/installer
Matthias Mair 718aed27ee Switch installer source; fix package install (#12824) (#12829)
* switch installer to new distri

* re-generate script

* fix change capitaisation behaviour

* fix installer

(cherry picked from commit 04b5b69b69)
2026-09-09 09:34:00 +10:00
..
2022-11-08 10:12:43 +11:00
2022-11-20 19:29:12 +11:00

The installer is generated using bashly.

## Installation
Check out the docs: https://bashly.dannyb.co/installation/

If you have ruby already installed run
```bash
gem install bashly
```

## Regenerate script
```bash
bashly generate
```