"frontend/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "600f9ce2548439fdf87cd8877db1386797fb32c9"
fix: 修复安装脚本通过 pipe 执行时 root 权限检查失效的问题
使用 `id -u` 替代 `$EUID` 进行 root 权限检查。 `$EUID` 是 bash 内置变量,在通过 pipe 执行脚本时可能不可靠。
Please register or sign in to comment