From 029c75089b0d4e3979de9bf8933a60025640a184 Mon Sep 17 00:00:00 2001 From: Kris <116849421+cantoblanco@users.noreply.github.com> Date: Wed, 5 Jun 2024 02:08:30 +0200 Subject: [PATCH] Update dashboard.md, Update English script link --- docs/en_US/guide/dashboard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en_US/guide/dashboard.md b/docs/en_US/guide/dashboard.md index 78857987..df40dc8a 100755 --- a/docs/en_US/guide/dashboard.md +++ b/docs/en_US/guide/dashboard.md @@ -52,7 +52,7 @@ If you encounter issues using Github, Gitlab, or Gitee as admin login, consider Run the installation script on the dashboard server: ```bash -curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh +curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install_en.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh ``` After Docker installation completes, enter the following values: @@ -122,4 +122,4 @@ After completing the SSL settings, go back to [Github OAuth Apps](https://github ## Updating the Dashboard -Run the script `./nezha.sh`, and select to restart and update the dashboard. \ No newline at end of file +Run the script `./nezha.sh`, and select to restart and update the dashboard.