From fd255c6a6f4dde45905b00581d7ecc5bdbcc902b Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 10 Dec 2022 19:09:50 +0100 Subject: [PATCH] fix typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 0b33d85..7a84b7b 100755 --- a/scripts/install +++ b/scripts/install @@ -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) if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ] then - ynh_print_warn --message="Nextcloud has deprecated 32-bit support. Version 25 is the last one to support 32-bit archytectures." + ynh_print_warn --message="Nextcloud has deprecated 32-bit support. Version 25 is the last one to support 32-bit architectures." fi #=================================================