2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 05:06:43 +00:00

Shorter urls for install (#439)

* Enable shorter install url  - update links
Fixes #417

* save filename
This commit is contained in:
Matthias Mair 2023-02-05 00:57:09 +01:00 committed by GitHub
parent 49ac67ff9b
commit fa6f20ff4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Supported OSs are Debian 11 and Ubuntu 20.04 LTS.
### Quick Script
```bash
wget -Nq https://raw.githubusercontent.com/InvenTree/InvenTree/master/contrib/install.sh && bash install.sh
wget -qO install.sh https://get.inventree.org && bash install.sh
```
This script does all manual steps without any input. The installation might take up to 5-10 minutes to finish.

View File

@ -5,7 +5,7 @@ title: Setup Introduction
!!! info "Fast install"
A quick-and-easy install can be done done with the following one-liner.
```bash
wget -Nq https://raw.githubusercontent.com/InvenTree/InvenTree/master/contrib/install.sh && bash install.sh
wget -qO install.sh https://get.inventree.org && bash install.sh
```
Read more about the [installer](./installer.md).