update install.sh

This commit is contained in:
程煊 2019-07-28 12:12:27 +08:00
parent 7f5c23ea9a
commit f32dda029a

View File

@ -184,7 +184,7 @@ function install_prepare_software_on_centos()
# 安装archlinux必要软件
function install_prepare_software_on_archlinux()
{
sudo pacman -S --noconfirm vim ctags automake gcc cmake python3 python2 curl ack git
sudo pacman -S --noconfirm vim ctags automake gcc cmake python3 python2 curl ack git fontconfig
}
# 安装opensuse必要软件