From e60700e268022849cc12cad18f8b948bd5fea38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Feb 2023 10:57:07 +0100 Subject: [PATCH] Update install --- scripts/install | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/install b/scripts/install index 28325fa..84755ff 100755 --- a/scripts/install +++ b/scripts/install @@ -44,12 +44,6 @@ then ynh_die --message="Sorry, because of NodeJS framework, this app can't be installed on i386 (32 bits) or armel machine." fi -# Check machine architecture (in particular, we don't support ARM and 32bit machines) -#if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armel" ] || [ $YNH_ARCH == "armhf" ] || [ $YNH_ARCH == "arm64" ] -#then -# ynh_die --message="Sorry, but this app can only be installed on a x86, 64 bits machine :(" -#fi - final_path=/var/www/$app test ! -e "$final_path" || ynh_die --message="This path already contains a folder"