mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Update install
This commit is contained in:
parent
23cfd61da4
commit
5b0f933297
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue