diff --git a/scripts/install b/scripts/install index dfdfd17..3bf2939 100755 --- a/scripts/install +++ b/scripts/install @@ -82,8 +82,6 @@ ynh_system_user_create --username=$app --home_dir="$final_path" #================================================= ynh_script_progression --message="Setting up source files..." --weight=3 -get_architecture - ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$final_path" --source_id="$architecture" diff --git a/scripts/upgrade b/scripts/upgrade index 383717c..e80186c 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -78,8 +78,6 @@ if [ "$upgrade_type" == "UPGRADE_APP" ] then ynh_script_progression --message="Upgrading source files..." --weight=3 - get_architecture - # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$final_path" --source_id="$architecture" fi