mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated More Installation Guides (markdown)
@@ -3,7 +3,7 @@
|
|||||||
Here are [contributed instructions](https://github.com/koalaman/shellcheck/issues/427) for installing ShellCheck on CentOS 6:
|
Here are [contributed instructions](https://github.com/koalaman/shellcheck/issues/427) for installing ShellCheck on CentOS 6:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Deps
|
# Haskell Deps. Or read on and use that source in the wiki.
|
||||||
yum groupinstall "Development Tools" -y
|
yum groupinstall "Development Tools" -y
|
||||||
yum install gmp-devel # may need epel
|
yum install gmp-devel # may need epel
|
||||||
sudo ln -s libgmp.so.3 /usr/lib64/libgmp.so.10
|
sudo ln -s libgmp.so.3 /usr/lib64/libgmp.so.10
|
||||||
|
Reference in New Issue
Block a user