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

Update install

This commit is contained in:
ericgaspar 2021-12-01 11:32:17 +01:00 committed by Nicolas Frandeboeuf
parent 1b18126a28
commit 709c93b524

View file

@ -32,7 +32,6 @@ app=$YNH_APP_INSTANCE_NAME
#=================================================
ynh_script_progression --message="Validating installation parameters..."
architecture=$(ynh_detect_arch)
# Check machine architecture (in particular, we don't support ARM and 32bit machines)
if [ $architecture == "i386" ];
then