From 60b081c5d3765a7098b75d6740b686bcb1779ae1 Mon Sep 17 00:00:00 2001 From: SuNounix <91945628+SuNounix@users.noreply.github.com> Date: Fri, 26 Aug 2022 07:59:16 +0200 Subject: [PATCH] Install JS dependencies (#154) * INSTALL JS DEPENDENCIES * Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 8580532..c9d76fe 100644 --- a/scripts/install +++ b/scripts/install @@ -203,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"