From 843acdcab1b8a7d85b33d6f972fa88273c481995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 10 Jun 2023 17:54:32 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 84c0610..86f05db 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=16 -pkg_dependency_golang="golang-1.18-go" +go_version=1.18 #================================================= # PERSONAL HELPERS @@ -41,12 +41,6 @@ build_fider() { # 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 #=================================================