We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355597e commit 5d61595Copy full SHA for 5d61595
1 file changed
install.sh
@@ -250,7 +250,7 @@ function install_prepare_software_on_mac()
250
function install_prepare_software_on_android()
251
{
252
pkg update
253
- 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
254
}
255
256
# 安装ubuntu必备软件
0 commit comments