From de96f275f150a01755df603ff581b0633cf1aff9 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 19 Feb 2024 18:37:22 +0100 Subject: [PATCH] Update 000_intro.md --- documentation/docs/admin/000_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/admin/000_intro.md b/documentation/docs/admin/000_intro.md index 778fa06c..8ffde938 100644 --- a/documentation/docs/admin/000_intro.md +++ b/documentation/docs/admin/000_intro.md @@ -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