diff --git a/manifest.json b/manifest.json index 69636fa..45a94f5 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "url": "blog.cecchettosylvain.fr" }, "requirements": { - "yunohost": ">= 4.2.3" + "yunohost": ">= 4.3.0" }, "multi_instance": false, "services": [ diff --git a/scripts/install b/scripts/install index c5d7ea1..3e22a51 100644 --- a/scripts/install +++ b/scripts/install @@ -90,9 +90,9 @@ if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then fi if [[ $arch != arm* ]]; then - ynh_install_extra_app_dependencies --repo="deb https://www.deb-multimedia.org/ buster main non-free" --package="$pkg_dependencies" + ynh_install_app_dependencies $pkg_dependencies else - ynh_install_extra_app_dependencies --repo="deb https://www.deb-multimedia.org/ buster main non-free" --package="$arm_pkg_dependencies" + ynh_install_app_dependencies $arm_pkg_dependencies fi if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then diff --git a/scripts/restore b/scripts/restore index 27218f7..12ad8ec 100644 --- a/scripts/restore +++ b/scripts/restore @@ -95,9 +95,9 @@ if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then fi if [[ $arch != arm* ]]; then - ynh_install_extra_app_dependencies --repo="deb https://www.deb-multimedia.org/ buster main non-free" --package="$pkg_dependencies" + ynh_install_app_dependencies $pkg_dependencies else - ynh_install_extra_app_dependencies --repo="deb https://www.deb-multimedia.org/ buster main non-free" --package="$arm_pkg_dependencies" + ynh_install_app_dependencies $arm_pkg_dependencies fi if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then diff --git a/scripts/upgrade b/scripts/upgrade index 83ddaac..ec43132 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -113,9 +113,9 @@ if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then fi if [[ $arch != arm* ]]; then - ynh_install_extra_app_dependencies --repo="deb https://www.deb-multimedia.org/ buster main non-free" --package="$pkg_dependencies" + ynh_install_app_dependencies $pkg_dependencies else - ynh_install_extra_app_dependencies --repo="deb https://www.deb-multimedia.org/ buster main non-free" --package="$arm_pkg_dependencies" + ynh_install_app_dependencies $arm_pkg_dependencies fi if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then