From 04324efcb96e2f83569870ca761b3e38a15c1dd6 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 21 Feb 2024 16:48:52 +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 fc886497..df3f1beb 100644 --- a/documentation/docs/admin/000_intro.md +++ b/documentation/docs/admin/000_intro.md @@ -68,7 +68,7 @@ The installation script also supports optional flags that can be used to install Example: Install OpenPanel in debug mode ```shell -cd /root && (curl -sSL -o install https://get.openpanel.co || wget -qO install https://get.openpanel.co) && chmod +x install && ./install --debug +bash <(curl -sSL https://get.openpanel.co/) --debug ```