mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
fix elixir package name
This commit is contained in:
parent
3bfb02f788
commit
cc140296e9
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ ram.runtime = "500M"
|
||||||
### Elixir 13 dependency - instead of v15 for now
|
### Elixir 13 dependency - instead of v15 for now
|
||||||
extras.elixir13.repo = "deb https://packages.erlang-solutions.com/debian bullseye contrib"
|
extras.elixir13.repo = "deb https://packages.erlang-solutions.com/debian bullseye contrib"
|
||||||
extras.elixir13.key = "https://packages.erlang-solutions.com/debian/erlang_solutions.asc"
|
extras.elixir13.key = "https://packages.erlang-solutions.com/debian/erlang_solutions.asc"
|
||||||
extras.elixir13.packages = ["elixir-lang"]
|
extras.elixir13.packages = ["elixir"]
|
||||||
### Elixir 15 dependency
|
### Elixir 15 dependency
|
||||||
# Bulleyes comes with v1.10 instead of v1.15 that is required
|
# Bulleyes comes with v1.10 instead of v1.15 that is required
|
||||||
# ynh_install_extra_app_dependencies --repo="https://packages.erlang-solutions.com/debian bullseye contrib" --package="elixir-lang" --key='https://packages.erlang-solutions.com/debian/erlang_solutions.asc'
|
# ynh_install_extra_app_dependencies --repo="https://packages.erlang-solutions.com/debian bullseye contrib" --package="elixir-lang" --key='https://packages.erlang-solutions.com/debian/erlang_solutions.asc'
|
||||||
|
|
Loading…
Add table
Reference in a new issue