diff --git a/scripts/install b/scripts/install index 6d4db41..daea66a 100644 --- a/scripts/install +++ b/scripts/install @@ -7,7 +7,7 @@ #================================================= source _common.sh -source ynh_add_secure_repos__3 +source ynh_add_extra_apt_repos__3 source ynh_systemd_action source /usr/share/yunohost/helpers diff --git a/scripts/restore b/scripts/restore index 90d1b3c..28cbb06 100644 --- a/scripts/restore +++ b/scripts/restore @@ -7,7 +7,7 @@ #================================================= source ../settings/scripts/_common.sh -source ../settings/scripts/ynh_add_secure_repos__3 +source ../settings/scripts/ynh_add_extra_apt_repos__3 source ../settings/scripts/ynh_systemd_action source /usr/share/yunohost/helpers diff --git a/scripts/upgrade b/scripts/upgrade index 7ea45ba..aa7c409 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -7,7 +7,7 @@ #================================================= source _common.sh -source ynh_add_secure_repos__3 +source ynh_add_extra_apt_repos__3 source ynh_systemd_action source /usr/share/yunohost/helpers diff --git a/scripts/ynh_add_secure_repos__3 b/scripts/ynh_add_extra_apt_repos__3 similarity index 100% rename from scripts/ynh_add_secure_repos__3 rename to scripts/ynh_add_extra_apt_repos__3