Default install script doesnt like the oneliner.

This commit is contained in:
o-psi 2023-10-18 09:38:50 -05:00
parent de91afe1a0
commit 1296e6b5f0
1 changed files with 2 additions and 1 deletions

View File

@ -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)