1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fider_ynh.git synced 2024-09-03 18:36:11 +02:00

Update _common.sh

This commit is contained in:
Éric Gaspar 2023-06-10 17:54:32 +02:00 committed by Salamandar
parent ca79711e9d
commit 843acdcab1

View file

@ -6,7 +6,7 @@
nodejs_version=16 nodejs_version=16
pkg_dependency_golang="golang-1.18-go" go_version=1.18
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS
@ -41,12 +41,6 @@ build_fider() {
# EXPERIMENTAL HELPERS # EXPERIMENTAL HELPERS
#================================================= #=================================================
install_golang_from_backports() {
ynh_exec_warn_less ynh_install_extra_app_dependencies \
--repo="deb http://deb.debian.org/debian $(ynh_get_debian_release)-backports main contrib non-free" \
--package="$pkg_dependency_golang"
}
#================================================= #=================================================
# FUTURE OFFICIAL HELPERS # FUTURE OFFICIAL HELPERS
#================================================= #=================================================