mirror of https://github.com/itflow-org/itflow
Default install script doesnt like the oneliner.
This commit is contained in:
parent
de91afe1a0
commit
1296e6b5f0
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue