From bea02feb3ac8548a98009dd1a6d272ce8bbdf4bf Mon Sep 17 00:00:00 2001 From: gryf Date: Fri, 4 Oct 2019 12:47:24 +0200 Subject: [PATCH] Update dependent packages --- bootstrap_centos7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap_centos7.sh b/bootstrap_centos7.sh index 98d27de..71e9abf 100755 --- a/bootstrap_centos7.sh +++ b/bootstrap_centos7.sh @@ -5,7 +5,7 @@ sudo yum -i install epel-release sudo yum -y update # rxvt-unicode-256color to have proper terminfo -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 python2-pip python3-pip rxvt-unicode-256color tmux" +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" # 2. install tools sudo yum install -y $PGS