diff --git a/scripts/install b/scripts/install index a0d4911..b2a1bac 100755 --- a/scripts/install +++ b/scripts/install @@ -15,7 +15,7 @@ source /usr/share/yunohost/helpers ynh_script_progression --message="Setting up source files..." --weight=3 # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$install_dir" --source_id=$YNH_ARCH +ynh_setup_source --dest_dir="$install_dir" mv $install_dir/traggo-server-* $install_dir/traggo-server diff --git a/scripts/upgrade b/scripts/upgrade index 9540a40..df4541b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -33,7 +33,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=3 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --source_id=$YNH_ARCH --keep=".env" + ynh_setup_source --dest_dir="$install_dir" --keep=".env" fi mv $install_dir/traggo-server-* $install_dir/traggo-server