未验证 提交 69bf3625 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

fix: install script (#20794)

* fix: install.sh

* fix: install.sh
上级 98b74d69
...@@ -79,6 +79,13 @@ if command -v sudo >/dev/null; then ...@@ -79,6 +79,13 @@ if command -v sudo >/dev/null; then
csudo="sudo " csudo="sudo "
fi fi
if command -v install >/dev/null; then
echo "" > /dev/null
else
echo -e "${RED} Not found install utility, exit! ${NC}"
exit 1
fi
update_flag=0 update_flag=0
prompt_force=0 prompt_force=0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册