-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instructions for how to install on Redhat and Centos 6 #427
Comments
ThanksI I copied it to the wiki: https://github.com/koalaman/shellcheck/wiki/CentOS6 |
Why is that symlink necessary? That's a fairly intrusive thing to do and is almost always the wrong idea (i.e. messing with links in system directories like that). |
a few comments on the build instructions. they almost worked for me, but: sudo is needed on some of the other commands that are not marked as such. shelltool is very useful. i wish it was easier to install. |
CentOS 7 Instructions: Do the above, but skip the symbolic link step. Did these cabal commands to make it work: $ sudo PATH=/usr/local/bin:$PATH /usr/local/bin/cabal update $ sudo PATH=/usr/local/bin:$PATH /usr/local/bin/cabal install shellcheck NOTE: The above gets around the following issues I encountered: $ sudo /usr/local/bin/cabal install shellcheck The Glorious Glasgow Haskell Compilation System, version 7.10.2 $ sudo PATH=/usr/local/bin:$PATH /usr/local/bin/cabal install shellcheck |
CentOS 6.7 RHEL6 instructions for shellcheck (includes 32bits i686):
|
New to haskell and how it works, it took me a bit of digging on how to get it all working. Thought I'd share!
👍 for
shellcheck
The text was updated successfully, but these errors were encountered: