mirror of
https://github.com/YunoHost-Apps/fider_ynh.git
synced 2024-09-03 18:36:11 +02:00
Oops, replace $version with the expected value.
This commit is contained in:
parent
6dcbefbf96
commit
06d7ff3aac
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ build_fider() {
|
||||||
|
|
||||||
install_golang_from_backports() {
|
install_golang_from_backports() {
|
||||||
ynh_exec_warn_less ynh_install_extra_app_dependencies \
|
ynh_exec_warn_less ynh_install_extra_app_dependencies \
|
||||||
--repo="deb http://deb.debian.org/debian $version-backports main contrib non-free" \
|
--repo="deb http://deb.debian.org/debian $(ynh_get_debian_release)-backports main contrib non-free" \
|
||||||
--package="$pkg_dependency_golang"
|
--package="$pkg_dependency_golang"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue