update install.sh

This commit is contained in:
chxuan 2019-10-27 20:04:52 +08:00
parent bcc39fdf47
commit 1b8587bd4d

View File

@ -141,7 +141,7 @@ function get_ubuntu_version()
arr=(${line//=/ })
version=(${arr[1]//./ })
echo $version
echo ${version[0]}
}
# 获取centos版本