mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Remove --source_id
This commit is contained in:
parent
824b36b8ea
commit
4176505675
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue