This commit is contained in:
sky22333
2026-05-11 23:14:21 +08:00
parent c7a7f3d146
commit ba83a44492
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ install_package() {
}
if [ "$(id -u)" -ne 0 ]; then
fail "请使用 root 权限运行例如curl -fsSL https://raw.githubusercontent.com/${REPO}/main/install.sh | sudo sh"
fail "请使用 root 权限运行"
fi
need_cmd curl