diff --git a/README.md b/README.md index b80ebd31cc..21accd5847 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ There are several options to deploy InvenTree. Single line install - read [the docs](https://inventree.readthedocs.io/en/latest/start/installer/) for supported distros and details about the function: ```bash -wget -Nq https://raw.githubusercontent.com/InvenTree/InvenTree/master/contrib/install.sh && bash install.sh +wget -Oq install.sh https://get.inventree.org && bash install.sh ```