From f823c257ddee2971a617c8ac9b130850ec649421 Mon Sep 17 00:00:00 2001 From: gryf Date: Wed, 9 Oct 2019 12:26:45 +0200 Subject: [PATCH] Added more dependencies (build-essentials-alike) --- bootstrap_centos7.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrap_centos7.sh b/bootstrap_centos7.sh index cf7c76d..9a55501 100755 --- a/bootstrap_centos7.sh +++ b/bootstrap_centos7.sh @@ -11,7 +11,9 @@ PGS="bash-completion vim mc python2-jedi python3.6-jedi htop python-flake8 python2-mccabe python36-mccabe ctags python2-pylint python2-pylint python36-pylint git-review the_silver_searcher python2-apsw python34-apsw ccze python-pip python2-pip python3-pip - rxvt-unicode-256color tmux jq python-ipython-console ptpython2" + rxvt-unicode-256color tmux jq python-ipython-console ptpython2 + gcc gcc-c++ kernel-devel make python36-devel python-devel + python27-python-devel python3-devel" # 2. install tools sudo yum install -y $PGS