1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Merge branch 'testing' of https://github.com/YunoHost-Apps/wekan_ynh into testing

This commit is contained in:
yalh76 2020-02-19 21:21:15 +01:00
commit b715bb29e7

View file

@ -39,7 +39,7 @@ ynh_print_info --message="Validating installation parameters..."
architecture=$(ynh_detect_arch) architecture=$(ynh_detect_arch)
# Check machine architecture (in particular, we don't support ARM and 32bit machines) # Check machine architecture (in particular, we don't support ARM and 32bit machines)
if [ $architecture == "x86_64" ] || [ $architecture == "arm" ] if [ $architecture == "i386" ] || [ $architecture == "arm" ]
then then
ynh_die --message="Sorry, but this app can only be installed on a x86, 64 bits machine :(" ynh_die --message="Sorry, but this app can only be installed on a x86, 64 bits machine :("
fi fi