Skip to content

Commit

Permalink
fix install bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Jun 23, 2018
1 parent f3e60cf commit a1f20e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function install_prepare_software_on_centos()
# 安装ubuntu发行版必要软件
function install_prepare_software_on_ubuntu()
{
sudo apt-get install -y ctags build-essential cmake python-dev python3-dev fontconfig curl ack-grep
sudo apt-get install -y ctags build-essential cmake python-dev python3-dev fontconfig curl libfile-next-perl ack-grep
ubuntu_1604=`is_ubuntu1604`
echo ${ubuntu_1604}

Expand Down

0 comments on commit a1f20e5

Please sign in to comment.