mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-11 15:34:18 +08:00
Merge pull request #19 from ovh/package-dev-shellcheck
Add missing dev package
This commit is contained in:
commit
b0eaf15bdb
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ if echo "$DISTRO_LIKE" | grep -q -w debian; then
|
|||
libwww-perl libdigest-sha-perl libnet-ssleay-perl \
|
||||
libnet-server-perl cryptsetup mosh expect openssh-server locales \
|
||||
coreutils netcat bash libcgi-pm-perl iputils-ping"
|
||||
[ "$opt_dev" = 1 ] && wanted_list="$wanted_list libperl-critic-perl perltidy"
|
||||
[ "$opt_dev" = 1 ] && wanted_list="$wanted_list libperl-critic-perl perltidy shellcheck"
|
||||
if { [ "$LINUX_DISTRO" = debian ] && [ "$DISTRO_VERSION_MAJOR" -lt 9 ]; } ||
|
||||
{ [ "$LINUX_DISTRO" = ubuntu ] && [ "$DISTRO_VERSION_MAJOR" -le 16 ]; }; then
|
||||
wanted_list="$wanted_list openssh-blacklist openssh-blacklist-extra"
|
||||
|
|
Loading…
Add table
Reference in a new issue