Added -y to yum install, so that no questions are asked.

Marcin Barczyński
2017-05-18 09:44:57 +02:00
parent efa5a0e5e2
commit ffd7859f63

@@ -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