diff --git a/docs/zh/guide/install/script.md b/docs/zh/guide/install/script.md index 0ed06241f..f4868e1a9 100644 --- a/docs/zh/guide/install/script.md +++ b/docs/zh/guide/install/script.md @@ -67,9 +67,9 @@ curl -fsSL "https://alistgo.com/beta.sh" | bash -s uninstall # Install curl -fsSL "https://alistgo.com/v3.sh" -o v3.sh && bash v3.sh install /root # update -curl -fsSL "https://alistgo.com/v3.sh" -o v3.sh && bash v3.sh update /root +curl -fsSL "https://alistgo.com/v3.sh" -o v3.sh && bash v3.sh update # Uninstall -curl -fsSL "https://alistgo.com/v3.sh" -o v3.sh && bash v3.sh uninstall /root +curl -fsSL "https://alistgo.com/v3.sh" -o v3.sh && bash v3.sh uninstall ``` @tab 测试版