mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1
This commit is contained in:
parent
4dc2427ad7
commit
8051b3bcd3
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ source /usr/share/yunohost/helpers
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Installation of Debian package of Duniter…"
|
ynh_script_progression --message="Installation of Debian package of Duniter…"
|
||||||
|
|
||||||
ynh_setup_source --dest_dir="$install_dir"
|
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
|
||||||
ynh_exec_warn_less dpkg -i "$install_dir/duniter-server.deb"
|
ynh_exec_warn_less dpkg -i "$install_dir/duniter-server.deb"
|
||||||
ynh_secure_remove "$install_dir/duniter-server.deb"
|
ynh_secure_remove "$install_dir/duniter-server.deb"
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Installation of Debian package of Duniter…"
|
ynh_script_progression --message="Installation of Debian package of Duniter…"
|
||||||
|
|
||||||
ynh_setup_source --dest_dir="$install_dir"
|
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
|
||||||
ynh_exec_warn_less dpkg -i "$install_dir/duniter-server.deb"
|
ynh_exec_warn_less dpkg -i "$install_dir/duniter-server.deb"
|
||||||
ynh_secure_remove "$install_dir/duniter-server.deb"
|
ynh_secure_remove "$install_dir/duniter-server.deb"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue