取消在android上安装nerd-font

This commit is contained in:
chxuan 2020-02-23 14:38:06 +08:00
parent cf346add7b
commit 355597e75f
2 changed files with 1 additions and 3 deletions

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-utils
pkg install -y git vim-python cmake python2 python ctags ack-grep
}
# 安装ubuntu必备软件
@ -443,7 +443,6 @@ function install_vimplus_on_android()
backup_vimrc_and_vim
install_prepare_software_on_android
copy_files
install_fonts_on_linux
install_ycm_on_android
install_vim_plugin
print_logo

View File

@ -110,7 +110,6 @@ function update_vimplus_on_android()
{
git pull origin master
copy_files
update_fonts_on_linux
update_vim_plugin
print_logo
}