mirror of
https://github.com/ovh/the-bastion.git
synced 2025-10-05 11:14:50 +08:00
Add missing dev package
Install shellcheck too Signed-off-by: Thomas SOËTE <github@alkorin.fr>
This commit is contained in:
parent
db98fa962b
commit
9a23c1ce6a
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