mirror of https://github.com/itflow-org/itflow
Update oneliner to not save the install file.
Updated oneliner to pipe the script directly to bash.
This commit is contained in:
parent
b9cadd508d
commit
f241d247be
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue