diff --git a/scripts/install b/scripts/install index 01d4be5..45ee6fe 100755 --- a/scripts/install +++ b/scripts/install @@ -67,7 +67,6 @@ ynh_app_setting_set --app=$app --key=random_key --value=$random_key #================================================= # INSTALL PHP7.3 #================================================= -ynh_print_info --message="Installing PHP7.3..." if [ "$(lsb_release --codename --short)" = "buster" ]; then pkg_dependencies="$pkg_dependencies $extra_pkg_dependencies" diff --git a/scripts/restore b/scripts/restore index 3701844..77406ab 100755 --- a/scripts/restore +++ b/scripts/restore @@ -82,7 +82,6 @@ chown -R $app: $final_path #================================================= # REINSTALL PHP7.3 #================================================= -ynh_print_info --message="Reinstall PHP7.3..." if [ "$(lsb_release --codename --short)" = "buster" ]; then pkg_dependencies="$pkg_dependencies $extra_pkg_dependencies"