From aac2ff7328b8428b20044822cdb88fe54a6a6f30 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 22 Aug 2022 07:50:00 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a9daba0..d569c6f 100644 --- a/scripts/install +++ b/scripts/install @@ -178,7 +178,7 @@ ynh_script_progression --message="Installing WordPress plugins..." --weight=20 ynh_exec_warn_less wget --no-verbose https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar --output-document=$final_path/wp-cli.phar wpcli_alias="php$phpversion $final_path/wp-cli.phar --allow-root --path=$final_path" -$wpcli_alias plugin install authldap +#$wpcli_alias plugin install authldap $wpcli_alias plugin install http-authentication $wpcli_alias plugin install companion-auto-update $wpcli_alias plugin install wp-fail2ban-redux