Update 000_intro.md

This commit is contained in:
Stefan Pejcic 2024-02-19 18:37:22 +01:00 committed by GitHub
parent c528ff005e
commit de96f275f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ To install openpanel follow these steps:
- as a user with sudo privileges and type "sudo -i"
2. Copy and paste openpanel installation command into the terminal
```shell
cd /root && (curl -sSL -o install https://get.openpanel.co || wget -qO install https://get.openpanel.co) && chmod +x install && ./install
bash <(curl -sSL https://get.openpanel.co/)
```
:::info