2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00
Files
InvenTree/contrib/installer
Matthias Mair b43729dca3 add option to install on ubuntu 22.04 ()
seperate os and ver from pulled package
2022-11-21 22:03:32 +11: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
```