From 5d5429de74b0390afdbe355c3c848921d63b6739 Mon Sep 17 00:00:00 2001 From: SuNounix <91945628+SuNounix@users.noreply.github.com> Date: Thu, 25 Aug 2022 21:28:13 +0200 Subject: [PATCH] Update install --- scripts/install | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scripts/install b/scripts/install index b8b0148..c9d76fe 100644 --- a/scripts/install +++ b/scripts/install @@ -194,12 +194,6 @@ then fi fi -#================================================= -# INSTALL JS DEPENDENCIES -#================================================= -ynh_script_progression --message="Installing js dependencies..." --weight=1 -ynh_composer_exec --commands="bin/install-jsdeps.sh" - #================================================= # UPDATE ROUNDCUBE CONFIGURATION #================================================= @@ -209,7 +203,7 @@ ynh_replace_string --match_string="^\s*// installed plugins" --replace_string="& # Update javascript dependencies (cd "$final_path" -/usr/bin/php$phpversion -q ./bin/update.sh -v ?) +/usr/bin/php$phpversion -q ./bin/install-jsdeps.sh -v ?) # Store the config file checksum into the app settings ynh_store_file_checksum --file="$final_path/config/config.inc.php"