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:
parent
ca79711e9d
commit
843acdcab1
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue