1
0
Fork 0
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:
Éric Gaspar 2023-01-22 15:56:03 +01:00
parent 2f6ac2fd14
commit 888808f0b9

View file

@ -43,7 +43,7 @@ ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
# Check machine architecture (26.0 Nextcloud version will drop support for 32bit architectures) # Check machine architecture (26.0 Nextcloud version will drop support for 32bit architectures)
if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ] if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ]
then then
ynh_print_warn --message="Nextcloud has deprecated 32-bit support. Version 25 should be the last one to support 32-bit architectures." ynh_print_warn --message="Nextcloud will deprecated 32-bit support. Version 25 or 26 should be the last one to support 32-bit architectures."
fi fi
#================================================= #=================================================