From e4207dce7009aa855af0f55c6b3f107b4a07d8e3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 15 Dec 2020 09:16:10 +0100 Subject: [PATCH] Cleaning up --- scripts/install | 1 - scripts/upgrade | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index abe70bf..9e41513 100755 --- a/scripts/install +++ b/scripts/install @@ -101,7 +101,6 @@ ynh_script_progression --message="Installing Composer and dependencies..." ynh_install_composer --phpversion="$phpversion" --workdir="$final_path" # Install missing icons -#git clone https://github.com/matomo-org/matomo-icons.git "$final_path/plugins/Morpheus/icons" --quiet ynh_setup_source --dest_dir="$final_path/plugins/Morpheus/icons" --source_id="icons" chmod -R 755 "$final_path/plugins/Morpheus" diff --git a/scripts/upgrade b/scripts/upgrade index 3b9c37f..a7facba 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -154,7 +154,6 @@ fi if [ ! "$(ls -A "$final_path/plugins/Morpheus/icons")" ] then - #git clone https://github.com/matomo-org/matomo-icons.git "$final_path/plugins/Morpheus/icons" --quiet ynh_setup_source --dest_dir="$final_path/plugins/Morpheus/icons" --source_id="icons" chmod -R 755 "$final_path/plugins/Morpheus" fi