From 8f2f07780fbefcfa09a981b4a350a385951af6c0 Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Thu, 14 Apr 2022 15:11:48 -0400 Subject: [PATCH] Update restore --- scripts/restore | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/restore b/scripts/restore index ac23e2c..702caea 100644 --- a/scripts/restore +++ b/scripts/restore @@ -89,15 +89,6 @@ ynh_script_progression --message="Reinstalling dependencies..." # Define and install dependencies ynh_install_app_dependencies $pkg_dependencies -if [ $YNH_ARCH == "armhf" ] -then - # install arm specific depedencies to compile extra dependencies - ynh_install_app_dependencies $pkg_dependencies_arm - - # install extra dependencies not present in default debian repositories - ynh_install_extra_app_dependencies --repo="deb http://security.debian.org/debian-security/ $(lsb_release -cs)/updates main" --package="$pkg_extra_dependencies_arm" -fi - if ! yunohost app list | grep -q "prosody" then yunohost tools update