Skip to content

Commit

Permalink
Merge pull request ma6174#20 from tinyeyeser/master
Browse files Browse the repository at this point in the history
在apt-get install添加python-dev和git
  • Loading branch information
ma6174 committed Jan 15, 2014
2 parents 3586742 + 525fbd9 commit 924a655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
echo "安装将花费一定时间,请耐心等待直到安装完成^_^"
if which apt-get >/dev/null; then
sudo apt-get install -y vim vim-gnome ctags xclip astyle python-setuptools
sudo apt-get install -y vim vim-gnome ctags xclip astyle python-setuptools python-dev git
else
sudo yum install -y gcc vim git ctags xclip astyle python-setuptools python-devel
fi
Expand Down

0 comments on commit 924a655

Please sign in to comment.