From 3aac911a3768313b735f17faa98a96802a247290 Mon Sep 17 00:00:00 2001 From: chxuan <787280310@qq.com> Date: Wed, 19 Feb 2020 12:54:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dcentos7=E4=B8=8A=E6=89=A7?= =?UTF-8?q?=E8=A1=8Ccrontab=E5=91=BD=E4=BB=A4=E6=8A=A5vi=E6=89=BE=E4=B8=8D?= =?UTF-8?q?=E5=88=B0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index eac9c7c..4a9ca31 100755 --- a/install.sh +++ b/install.sh @@ -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 }