update install.sh

This commit is contained in:
chxuan 2020-02-23 18:04:58 +08:00
parent 355597e75f
commit 5d61595307

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
pkg install -y git vim-python cmake python2 python ctags ack-grep ncurses-utils
}
# 安装ubuntu必备软件