diff --git a/scripts/install b/scripts/install index c61b9e8..7a7be8e 100755 --- a/scripts/install +++ b/scripts/install @@ -41,7 +41,7 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url # Check machine architecture (Seens 25.0 Nextcloud doesn't support 32bit machines) -if [ $YNH_ARCH == "i386" ]; +if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ] then ynh_die --message="Sorry, Nextcloud has deprecated 32-bit support" fi