koalaman / shellcheck

ShellCheck, a static analysis tool for shell scripts
https://www.shellcheck.net
GNU General Public License v3.0
36.26k stars 1.77k forks source link

Installation instructions for Debian #670

Open mdirik opened 8 years ago

mdirik commented 8 years ago

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 commented 7 years ago

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