update install.sh

This commit is contained in:
chxuan 2020-02-23 14:33:11 +08:00
parent 03e9a7c56b
commit cf346add7b

View File

@ -250,7 +250,7 @@ function install_prepare_software_on_mac()
function install_prepare_software_on_android()
{
pkg update
pkg install -y git vim-python cmake python2 python ctags ack-grep fontconfig
pkg install -y git vim-python cmake python2 python ctags ack-grep fontconfig-utils
}
# 安装ubuntu必备软件