From a10b8f2e47efaf32d9b9e45406d46cf7674bd748 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 5 Feb 2023 00:56:33 +0100 Subject: [PATCH] Update installer path (#4305) * Update installer path * Update README.md change order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```