update install.sh

This commit is contained in:
chxuan 2019-10-09 11:57:50 +08:00
parent 191e82837d
commit f2c8ff0297

View File

@ -491,7 +491,7 @@ function main()
type=`get_platform_type`
echo "Platform type: "${type}
if [ ${type} == "Darwin" ]; then
if [ ${type} == "Darwin" ]; then
install_vimplus_on_mac
elif [ ${type} == "Linux" ]; then
install_vimplus_on_linux