Update setup.sh

This commit is contained in:
chxuan 2016-04-16 09:18:39 +08:00
parent b8bd6878c5
commit 1e0893c058

View File

@ -3,9 +3,9 @@
echo "安装将花费一定时间,请耐心等待直到安装完成!"
if which apt-get > /dev/null; then
sudo apt-get install -y vim ctags
sudo apt-get install -y vim ctags build-essential cmake python-dev python3-dev
elif which yum > /dev/null; then
sudo yum install -y vim ctags
sudo yum install -y vim ctags automake gcc gcc-c++ kernell-devel cmake python-devel python3-devel
fi
rm -rf ~/.vimrc