From 5b0f933297c03aa80b7f8aafab7bcada38ebc61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 1 Dec 2022 15:37:20 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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