From f241d247be82f032a46b23bac0f8f4b59f9ec88c Mon Sep 17 00:00:00 2001 From: Andrew Malsbury Date: Sun, 8 Oct 2023 13:07:56 -0500 Subject: [PATCH] Update oneliner to not save the install file. Updated oneliner to pipe the script directly to bash. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bc47c49..a9cc5dab 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ ITFlow is self-hosted. There is a full installation guide in the [docs](https:// - Login as root - Download & run install script ``` - wget https://github.com/itflow-org/itflow-install-script/raw/main/itflow_install.sh && bash itflow_install.sh + wget -O - https://github.com/itflow-org/itflow-install-script/raw/main/itflow_install.sh | bash ``` - Follow Instructions & navigate to setup URL shown - Leave us feedback in the [forum](https://forum.itflow.org/d/11-road-map)