Skip to content

Update script.md #437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update script.md #437

wants to merge 1 commit into from

Conversation

88m
Copy link
Contributor

@88m 88m commented May 24, 2025

v3.sh脚本内容已更新,"update"和"uninstall"操作不需要指定目录,原命令已失效,更正为新命令。

v3.sh新版相关段落:

elif [ "$1" = "update" ]; then
if [ $# -gt 1 ]; then
echo -e "${RED_COLOR}错误:update 命令不需要指定路径${RES}"
echo -e "正确用法: $0 update"
exit 1
fi
UPDATE
elif [ "$1" = "uninstall" ]; then
if [ $# -gt 1 ]; then
echo -e "${RED_COLOR}错误:uninstall 命令不需要指定路径${RES}"
echo -e "正确用法: $0 uninstall"
exit 1
fi

Copy link

netlify bot commented May 24, 2025

Deploy Preview for alist-doc ready!

Name Link
🔨 Latest commit 8a2a9d3
🔍 Latest deploy log https://app.netlify.com/projects/alist-doc/deploys/68321d95dfd28000086e4216
😎 Deploy Preview https://deploy-preview-437--alist-doc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant