From 0b0c3cfcecb44a9d2d02d9e1b69e94488893f741 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 18 Aug 2024 18:51:19 +0200 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 27d05e79..4a0706e2 100644 --- a/documentation/docs/admin/000_intro.md +++ b/documentation/docs/admin/000_intro.md @@ -38,7 +38,7 @@ The installation process takes about 5 minutes. To install openpanel follow thes - as a user with sudo privileges and type "sudo -i" 2. Copy and paste openpanel installation command into the terminal ```shell -bash <(curl -sSL https://get.openpanel.co/) +bash <(curl -sSL https://openpanel.org) ``` The installation script supports [optional flags](/install) that can be used to configure openpanel, skip certain installation steps or simply display debugging information.