Skip to content

Commit

Permalink
修复centos7上执行crontab命令报vi找不到的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Feb 19, 2020
1 parent acb24f9 commit 3aac911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ function install_prepare_software_on_centos()
else
sudo yum install -y ctags automake gcc gcc-c++ kernel-devel cmake python-devel python3-devel fontconfig ack git
compile_vim_on_centos
sudo ln -s /usr/bin/vim /usr/bin/vi
fi
}

Expand Down

0 comments on commit 3aac911

Please sign in to comment.