提交 4b63b7aa 编写于 作者: S Sam (Sangho Kim)

Fix ubuntu version check ( OS_MAJ -lt 16 )

上级 29c30f10
......@@ -39,7 +39,7 @@
fi
;;
"Ubuntu")
if [ "${OS_MIN}" -lt 4 ]; then
if [ "${OS_MAJ}" -lt 16 ]; then
printf "\\tYou must be running Ubuntu 16.04.x or higher to install EOSIO.\\n"
printf "\\tExiting now.\\n"
exit 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册