From 5e9462de375103f2f38595e8213565a78596ae74 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 22 Mar 2023 13:48:43 +0100 Subject: [PATCH] Fix ARM support ? --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 498e203..a1b1dcb 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -36,7 +36,7 @@ then # Download, check integrity, uncompress and patch the source from app.src if [ $YNH_ARCH == "armhf" ] || [ $YNH_ARCH == "arm64" ] then - ynh_setup_source --dest_dir="$install_dir/build" --source_id=arm --keep="$install_dir/config.toml" + ynh_setup_source --dest_dir="$install_dir/build" --keep="$install_dir/config.toml" # Install Nodejs ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version # Install Go