From ffd7859f63a1c9f939fbd5ab0c93a4bacdaf6066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Barczy=C5=84ski?= Date: Thu, 18 May 2017 09:44:57 +0200 Subject: [PATCH] Added -y to yum install, so that no questions are asked. --- More-Installation-Guides.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/More-Installation-Guides.md b/More-Installation-Guides.md index 6d3e7d1..541b8b4 100644 --- a/More-Installation-Guides.md +++ b/More-Installation-Guides.md @@ -4,8 +4,8 @@ Here are [contributed instructions](https://github.com/koalaman/shellcheck/issue ```bash # Haskell Deps. Or read on and use that source in the wiki. -yum groupinstall "Development Tools" -y -yum install gmp-devel zlib # may need epel; zlib as shellcheck builddep reported in #519 +yum -y groupinstall "Development Tools" +yum -y install gmp-devel zlib # may need epel; zlib as shellcheck builddep reported in #519 sudo ln -s libgmp.so.3 /usr/lib64/libgmp.so.10 # HACK # Get haskell. https://www.haskell.org/platform/linux.html#linux-generic