aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-05-23 21:47:14 +0200
committerGitHub <noreply@github.com>2019-05-23 21:47:14 +0200
commit2697b734a663bd828d609d3626552611995e6c07 (patch)
treebb0214b8eb4b5c5038949d98ca32063d3d855c2f /scripts
parent0c16a9585b813cbea4c74c9a77be9035533423f7 (diff)
parent06fad1857fac88e28aa59ebcc8b30a1584cbbae7 (diff)
downloadmastodon_ynh-2697b734a663bd828d609d3626552611995e6c07.tar.gz
mastodon_ynh-2697b734a663bd828d609d3626552611995e6c07.tar.bz2
mastodon_ynh-2697b734a663bd828d609d3626552611995e6c07.zip
Merge pull request #149 from YunoHost-Apps/testing
switch from ynh_add_secure_repos__3 to ynh_add_extra_apt_repos__3
Diffstat (limited to 'scripts')
-rw-r--r--scripts/install2
-rw-r--r--scripts/remove2
-rw-r--r--scripts/restore2
-rw-r--r--scripts/upgrade2
-rw-r--r--scripts/ynh_add_extra_apt_repos__3 (renamed from scripts/ynh_add_secure_repos__3)0
5 files changed, 4 insertions, 4 deletions
diff --git a/scripts/install b/scripts/install
index 396fd76..0991cbc 100644
--- a/scripts/install
+++ b/scripts/install
@@ -8,7 +8,7 @@
source _common.sh
source ynh_install_ruby
-source ynh_add_secure_repos__3
+source ynh_add_extra_apt_repos__3
source ynh_send_readme_to_admin__2
source /usr/share/yunohost/helpers
diff --git a/scripts/remove b/scripts/remove
index d5a3a55..19cbf29 100644
--- a/scripts/remove
+++ b/scripts/remove
@@ -8,7 +8,7 @@
source _common.sh
source ynh_install_ruby
-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 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
#=================================================
diff --git a/scripts/upgrade b/scripts/upgrade
index 89f35ae..85ca1f1 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -8,7 +8,7 @@
source _common.sh
source ynh_install_ruby
-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
index 3276f00..3276f00 100644
--- a/scripts/ynh_add_secure_repos__3
+++ b/scripts/ynh_add_extra_apt_repos__3