File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ software="acl apache2 apache2.2-common apache2-suexec-custom apache2-utils appar
5252 php$fpm_v php$fpm_v -apcu php$fpm_v -bz2 php$fpm_v -cgi php$fpm_v -cli php$fpm_v -common php$fpm_v -curl php$fpm_v -gd
5353 php$fpm_v -imagick php$fpm_v -imap php$fpm_v -intl php$fpm_v -ldap php$fpm_v -mbstring php$fpm_v -mysql php$fpm_v -opcache
5454 php$fpm_v -pgsql php$fpm_v -pspell php$fpm_v -readline php$fpm_v -xml php$fpm_v -zip postgresql postgresql-contrib
55- proftpd-basic quota rrdtool rsyslog util-linux spamassassin
55+ proftpd-core proftpd-mod-crypto quota rrdtool rsyslog util-linux spamassassin
5656 sysstat unzip vim-common vsftpd whois zip zstd bubblewrap restic"
5757
5858installer_dependencies=" apt-transport-https ca-certificates curl dirmngr gnupg openssl software-properties-common wget sudo"
@@ -983,8 +983,9 @@ if [ "$vsftpd" = 'no' ]; then
983983 software=$( echo " $software " | sed -e " s/vsftpd//" )
984984fi
985985if [ " $proftpd " = ' no' ]; then
986- software=$( echo " $software " | sed -e " s/proftpd-basic //" )
986+ software=$( echo " $software " | sed -e " s/proftpd-core //" )
987987 software=$( echo " $software " | sed -e " s/proftpd-mod-vroot//" )
988+ software=$( echo " $software " | sed -e " s/proftpd-mod-crypto//" )
988989fi
989990if [ " $named " = ' no' ]; then
990991 software=$( echo " $software " | sed -e " s/bind9//" )
You can’t perform that action at this time.
0 commit comments