mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Added -y to yum install, so that no questions are asked.
@@ -4,8 +4,8 @@ Here are [contributed instructions](https://github.com/koalaman/shellcheck/issue
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Haskell Deps. Or read on and use that source in the wiki.
|
# Haskell Deps. Or read on and use that source in the wiki.
|
||||||
yum groupinstall "Development Tools" -y
|
yum -y groupinstall "Development Tools"
|
||||||
yum install gmp-devel zlib # may need epel; zlib as shellcheck builddep reported in #519
|
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
|
sudo ln -s libgmp.so.3 /usr/lib64/libgmp.so.10 # HACK
|
||||||
|
|
||||||
# Get haskell. https://www.haskell.org/platform/linux.html#linux-generic
|
# Get haskell. https://www.haskell.org/platform/linux.html#linux-generic
|
||||||
|
Reference in New Issue
Block a user