diff --git a/scripts/install b/scripts/install index ab4ecc5..b49ca4e 100755 --- a/scripts/install +++ b/scripts/install @@ -8,7 +8,7 @@ source _common.sh source ynh_systemd_action -source ynh_add_secure_repos__3 +source ynh_add_extra_apt_repos__3 source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/restore b/scripts/restore index 93902d8..60d4612 100755 --- a/scripts/restore +++ b/scripts/restore @@ -8,7 +8,7 @@ source ../settings/scripts/_common.sh source ../settings/scripts/ynh_systemd_action -source ../settings/scripts/ynh_add_secure_repos__3 +source ../settings/scripts/ynh_add_extra_apt_repos__3 source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 06a165a..3e4a906 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -8,7 +8,7 @@ source _common.sh source ynh_systemd_action -source ynh_add_secure_repos__3 +source ynh_add_extra_apt_repos__3 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