mirror of
https://github.com/ovh/the-bastion.git
synced 2025-02-26 16:43:03 +08:00
chore: packages-check: remove unused packages
This commit is contained in:
parent
dca45a44c5
commit
457a8fae82
1 changed files with 5 additions and 5 deletions
|
@ -69,8 +69,8 @@ if echo "$DISTRO_LIKE" | grep -q -w debian; then
|
||||||
install_cmd="apt-get install"
|
install_cmd="apt-get install"
|
||||||
elif echo "$DISTRO_LIKE" | grep -q -w rhel; then
|
elif echo "$DISTRO_LIKE" | grep -q -w rhel; then
|
||||||
wanted_list="perl-JSON perl-Net-Netmask perl-Net-IP \
|
wanted_list="perl-JSON perl-Net-Netmask perl-Net-IP \
|
||||||
perl-Net-DNS perl-DBD-SQLite perl-TermReadKey perl-DateTime \
|
perl-Net-DNS perl-DBD-SQLite perl-TermReadKey \
|
||||||
sudo fping xz sqlite binutils acl perl-TimeDate gnupg rsync \
|
sudo fping xz sqlite binutils acl gnupg rsync \
|
||||||
perl-JSON-XS inotify-tools lsof curl perl-Term-ReadLine-Gnu \
|
perl-JSON-XS inotify-tools lsof curl perl-Term-ReadLine-Gnu \
|
||||||
perl-libwww-perl perl-Digest perl-Net-Server cryptsetup mosh \
|
perl-libwww-perl perl-Digest perl-Net-Server cryptsetup mosh \
|
||||||
expect openssh-server nc bash perl-CGI perl(Test::More) passwd \
|
expect openssh-server nc bash perl-CGI perl(Test::More) passwd \
|
||||||
|
@ -102,14 +102,14 @@ elif echo "$DISTRO_LIKE" | grep -q -w rhel; then
|
||||||
install_cmd="yum install"
|
install_cmd="yum install"
|
||||||
elif echo "$DISTRO_LIKE" | grep -q -w suse; then
|
elif echo "$DISTRO_LIKE" | grep -q -w suse; then
|
||||||
wanted_list="perl-common-sense perl-JSON perl-Net-Netmask perl-Net-IP \
|
wanted_list="perl-common-sense perl-JSON perl-Net-Netmask perl-Net-IP \
|
||||||
perl-Net-DNS perl-DBD-SQLite perl-TermReadKey perl-DateTime \
|
perl-Net-DNS perl-DBD-SQLite perl-TermReadKey \
|
||||||
fortune sudo fping \
|
fortune sudo fping \
|
||||||
xz sqlite binutils acl perl-TimeDate gnupg rsync \
|
xz sqlite binutils acl gnupg rsync \
|
||||||
perl-JSON-XS inotify-tools lsof curl perl-TermReadLine-Gnu \
|
perl-JSON-XS inotify-tools lsof curl perl-TermReadLine-Gnu \
|
||||||
perl-libwww-perl perl-Digest perl-IO-Socket-SSL \
|
perl-libwww-perl perl-Digest perl-IO-Socket-SSL \
|
||||||
perl-Net-Server cryptsetup mosh expect openssh \
|
perl-Net-Server cryptsetup mosh expect openssh \
|
||||||
coreutils netcat-openbsd bash perl-CGI iputils \
|
coreutils netcat-openbsd bash perl-CGI iputils \
|
||||||
perl-Time-HiRes which perl-Unix-Syslog hostname"
|
perl-Time-HiRes perl-Unix-Syslog hostname"
|
||||||
wanted_list="$wanted_list google-authenticator-libpam"
|
wanted_list="$wanted_list google-authenticator-libpam"
|
||||||
# perl-GnuPG
|
# perl-GnuPG
|
||||||
[ "$opt_syslogng" = 1 ] && wanted_list="$wanted_list syslog-ng"
|
[ "$opt_syslogng" = 1 ] && wanted_list="$wanted_list syslog-ng"
|
||||||
|
|
Loading…
Reference in a new issue