Skip to content
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

Installation instructions for Debian #670

Open
mdirik opened this issue May 18, 2016 · 1 comment
Open

Installation instructions for Debian #670

mdirik opened this issue May 18, 2016 · 1 comment

Comments

@mdirik
Copy link

mdirik commented May 18, 2016

Inspired by #427, tested on Debian 8:

sudo apt-get -y install cabal-install

cd `mktemp -d`
cabal sandbox init
cabal update
cabal install shellcheck
sudo cp .cabal-sandbox/bin/shellcheck /usr/local/bin
@mineo
Copy link

mineo commented Jul 2, 2017

Note that debian stable has a shellcheck package: https://packages.debian.org/stretch/shellcheck. As expected, it's a bit old though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants