Skip to content

Commit

Permalink
update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
程煊 committed Jul 28, 2019
1 parent 423d933 commit 0e883e8
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 @@ -170,7 +170,7 @@ function install_prepare_software_on_ubuntu()
function install_prepare_software_on_debian()
{
sudo apt-get update
sudo apt-get install -y cmake ctags build-essential python python-dev python3-dev fontconfig curl libfile-next-perl ack-grep git
sudo apt-get install -y cmake exuberant-ctags build-essential python python-dev python3-dev fontconfig curl libfile-next-perl ack git
compile_vim_on_debian
}

Expand Down

0 comments on commit 0e883e8

Please sign in to comment.