From 4176505675506439812e8b55d3300d46a5b261c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 21 Feb 2024 15:09:21 +0100 Subject: [PATCH] Remove --source_id --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index a271e89..3ecdc32 100644 --- a/scripts/install +++ b/scripts/install @@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Installation of Debian package of Duniter…" -ynh_setup_source --dest_dir="$install_dir" --source_id=$architecture +ynh_setup_source --dest_dir="$install_dir" ynh_exec_warn_less dpkg -i "$install_dir/duniter-server.deb" ynh_secure_remove "$install_dir/duniter-server.deb" diff --git a/scripts/restore b/scripts/restore index e34cf14..63148fc 100644 --- a/scripts/restore +++ b/scripts/restore @@ -17,7 +17,7 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Installation of Debian package of Duniter…" -ynh_setup_source --dest_dir="$install_dir" --source_id=$architecture +ynh_setup_source --dest_dir="$install_dir" ynh_exec_warn_less dpkg -i "$install_dir/duniter-server.deb" ynh_secure_remove "$install_dir/duniter-server.deb" diff --git a/scripts/upgrade b/scripts/upgrade index 5007f22..a6aaaf5 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -36,7 +36,7 @@ fi #================================================= ynh_script_progression --message="Installation of Debian package of Duniter…" -ynh_setup_source --dest_dir="$install_dir" --source_id=$architecture +ynh_setup_source --dest_dir="$install_dir" ynh_exec_warn_less dpkg -i "$install_dir/duniter-server.deb" ynh_secure_remove "$install_dir/duniter-server.deb"