checkbashisms

scripts to make the life of a Debian Package maintainer easier

Debian Debian
RUN apt-get update && \ apt-get install -y devscripts
Ubuntu
RUN apt-get update && \ apt-get install -y devscripts
Alpine
RUN apk add checkbashisms
Arch Arch Linux
RUN pacman -S --noconfirm checkbashisms
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y devscripts
CentOS
RUN yum install -y devscripts-checkbashisms
Fedora
RUN dnf install -y devscripts-checkbashisms
Raspbian
RUN apt-get update && \ apt-get install -y devscripts
click the source code to copy install checkbashisms on any operating system with command-not-found.com