diff --git a/scripts/install b/scripts/install index 7911473..9862f1d 100755 --- a/scripts/install +++ b/scripts/install @@ -26,6 +26,10 @@ ynh_abort_if_errors # MANAGE APPLICATION NOT COMPATIBLE WITH ARM #================================================= +if [ $architecture = "arm" ] +then + ynh_die "WriteFreely not available on Arm" +fi #================================================= # RETRIEVE ARGUMENTS FROM THE MANIFEST