2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-21 04:06:31 +00:00
Files
.devcontainer
.github
.vscode
InvenTree
ci
contrib
installer
src
README
settings.yml
packager.io
install.sh
deploy
docker
images
.eslintrc.yml
.gitattributes
.gitignore
.gitpod.yml
.pkgr.yml
.pre-commit-config.yaml
CONTRIBUTING.md
Dockerfile
LICENSE
Procfile
README.md
RELEASE.md
SECURITY.md
crowdin.yml
docker-compose.yml
docker.dev.env
package-lock.json
package.json
requirements-dev.in
requirements-dev.txt
requirements.in
requirements.txt
runtime.txt
setup.cfg
tasks.py
InvenTree/contrib/installer
Matthias Mair c78e712a16 Fix debian 11 detection on installer ()
* Fix debian 11  detection
Fixes 

* compile installer script

* fix typo
2023-01-25 09:30:14 +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
```