mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
be vague
This commit is contained in:
parent
54469fef84
commit
a7df2428db
2 changed files with 2 additions and 2 deletions
|
@ -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 will deprecated 32-bit support. Version 25 or 26 should be the last one to support 32-bit architectures."
|
ynh_print_warn --message="Nextcloud will deprecated 32-bit support soon."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -37,7 +37,7 @@ upgrade_type=$(ynh_check_app_version_changed)
|
||||||
# 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 will deprecated 32-bit support. Version 25 or 26 should be the last one to support 32-bit architectures."
|
ynh_print_warn --message="Nextcloud will soon deprecate 32-bit support."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue