diff --git a/docs/start/installer.md b/docs/start/installer.md index bf41c47..e8e7dbd 100644 --- a/docs/start/installer.md +++ b/docs/start/installer.md @@ -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. diff --git a/docs/start/intro.md b/docs/start/intro.md index 48add39..8a75af1 100644 --- a/docs/start/intro.md +++ b/docs/start/intro.md @@ -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).