mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
Cleaning up
This commit is contained in:
parent
13e02617b4
commit
e4207dce70
2 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue