mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-27 21:26:43 +00:00
Shorter urls for install (#439)
* Enable shorter install url - update links Fixes #417 * save filename
This commit is contained in:
parent
49ac67ff9b
commit
fa6f20ff4d
@ -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.
|
||||
|
@ -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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user