From 8f3a11f126a0c3c7b455173be705ddd87f2ab158 Mon Sep 17 00:00:00 2001 From: gryf Date: Fri, 4 Oct 2019 13:48:01 +0200 Subject: [PATCH] Fixing typo in line adding epel --- bootstrap_centos7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap_centos7.sh b/bootstrap_centos7.sh index d985485..bcc4a87 100755 --- a/bootstrap_centos7.sh +++ b/bootstrap_centos7.sh @@ -1,7 +1,7 @@ #!/bin/bash -x # 1. update -sudo yum -i install epel-release +sudo yum -y install epel-release sudo yum -y update # rxvt-unicode-256color to have proper terminfo