aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-05-23 12:08:23 +0200
committerGitHub <noreply@github.com>2019-05-23 12:08:23 +0200
commit9c4412d64032cf9c1d61ec9e592af6e0cfc16bda (patch)
tree2d3a1403c4a25fddea984be3ad55be9a1a755917 /scripts/restore
parent5068fc86f1871c7c702d6dde81e156d7b428725a (diff)
parentc52665ddb196a620589e02e2e0408af794114a9a (diff)
downloadmastodon_ynh-9c4412d64032cf9c1d61ec9e592af6e0cfc16bda.tar.gz
mastodon_ynh-9c4412d64032cf9c1d61ec9e592af6e0cfc16bda.tar.bz2
mastodon_ynh-9c4412d64032cf9c1d61ec9e592af6e0cfc16bda.zip
Merge pull request #148 from YunoHost-Apps/extra_apt_repos
switch from ynh_add_secure_repos__3 to ynh_add_extra_apt_repos__3
Diffstat (limited to 'scripts/restore')
-rw-r--r--scripts/restore2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/restore b/scripts/restore
index b26661f..59e71fc 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -9,7 +9,7 @@
#Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source ../settings/scripts/_common.sh
source ../settings/scripts/ynh_install_ruby
-source ../settings/scripts/ynh_add_secure_repos__3
+source ../settings/scripts/ynh_add_extra_apt_repos__3
source /usr/share/yunohost/helpers
#=================================================