From d1042cde0e190b6564172fcf7638d9c299352b73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 21:50:11 +1000 Subject: [PATCH] Update docs (#7339) (#7340) - Add note about permission denied error (cherry picked from commit 5f9348f56d594b7215fbb2e374a9556709b85dd2) Co-authored-by: Oliver --- docs/docs/start/installer.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/start/installer.md b/docs/docs/start/installer.md index 721a30fbed..263b8007fd 100644 --- a/docs/docs/start/installer.md +++ b/docs/docs/start/installer.md @@ -15,6 +15,14 @@ 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. +#### Permission Denied Error + +The above command may need to be run with `sudo` permissions, depending on the system configuration. So, if the script fails with a permission error, try: + +```bash +sudo wget -qO install.sh https://get.inventree.org && sudo bash install.sh +``` + ### File Locations The installer creates the following directories: