simonwhitaker / linter-checkbashisms

An Atom plugin that runs checkbashisms as a linter on shell scripts
MIT License
2 stars 0 forks source link

Install Broken? #4

Closed AlexAtkinson closed 7 years ago

AlexAtkinson commented 8 years ago

Installing atom via the following commands doesn't result in a functioning linter-cehckbashisms feature.

apt-get install build-essentials devscripts dpkg -i atom.deb amp install lint linter linter-checkbashisms set full path for checkbashisms in the plugin settings

I got this working once about a year ago, but haven't been able to since across three other Linux installs. Debian, OpenSuse, and now Kubuntu. What's missing?

AlexAtkinson commented 7 years ago

The fix is to install 'ShellCheck' under dnf, and 'shellcheck' under apt... Enjoy.