From 1296e6b5f07a5bf2f74aedb04d71470e3aa25154 Mon Sep 17 00:00:00 2001 From: o-psi Date: Wed, 18 Oct 2023 09:38:50 -0500 Subject: [PATCH] Default install script doesnt like the oneliner. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9cc5dab..3e305261 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,8 @@ ITFlow is self-hosted. There is a full installation guide in the [docs](https:// - Login as root - Download & run install script ``` - wget -O - https://github.com/itflow-org/itflow-install-script/raw/main/itflow_install.sh | bash + wget -O itflow_install.sh https://github.com/itflow-org/itflow-install-script/raw/main/itflow_install.sh + bash itflow_install.sh ``` - Follow Instructions & navigate to setup URL shown - Leave us feedback in the [forum](https://forum.itflow.org/d/11-road-map)