1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

Merge pull request #88 from yalh76/extra_apt_repos

switch from ynh_add_secure_repos__3 to ynh_add_extra_apt_repos__3
This commit is contained in:
yalh76 2019-05-23 15:17:04 +02:00 committed by GitHub
commit f79d208eea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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