From 5f5ee5646177e6c40a5cb70794eec4715eca4ba1 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 3 May 2023 00:03:21 +0200 Subject: [PATCH] Add Elixir (13) repository --- scripts/install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/install b/scripts/install index 5d91f78..95917cc 100644 --- a/scripts/install +++ b/scripts/install @@ -48,6 +48,12 @@ ynh_replace_string --match_string="UPLOAD_LIMIT=MEDIA_UPLOAD_SIZE" --replace_str #================================================= # SPECIFIC SETUP +#================================================= +# Elixir 13 dependency +#================================================= +# Bulleyes comes with v1.10 instead of v1.13 that is required +ynh_install_extra_app_dependencies --repo="https://packages.erlang-solutions.com/debian bullseye contrib" --package="elixir" --key='https://packages.erlang-solutions.com/debian/erlang_solutions.asc' + #================================================= # Just dependency #=================================================