1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Merge pull request #149 from YunoHost-Apps/testing

switch from ynh_add_secure_repos__3 to ynh_add_extra_apt_repos__3
This commit is contained in:
yalh76 2019-05-23 21:47:14 +02:00 committed by GitHub
commit 2697b734a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 4 deletions

View file

@ -17,6 +17,9 @@
{
"name": "nemsia",
"email": "nemsia@nemsia.org"
},
{
"name": "yalh76"
}
],
"requirements": {

View file

@ -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

View file

@ -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
#=================================================

View file

@ -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
#=================================================

View file

@ -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
#=================================================