mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
32-bit warning : don't block install
This commit is contained in:
parent
9ba5ca3848
commit
e0f7b241b5
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
|
||||||
# Check machine architecture (Seens 25.0 Nextcloud doesn't support 32bit machines)
|
# Check machine architecture (Seens 25.0 Nextcloud doesn't support 32bit machines)
|
||||||
if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ]
|
if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ]
|
||||||
then
|
then
|
||||||
ynh_die --message="Sorry, Nextcloud has deprecated 32-bit support"
|
ynh_print_warn --message="Nextcloud has deprecated 32-bit support. Version 25 is the last one to support 32-bit archytectures."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue