mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Fix:wrong word install in dependency
This commit is contained in:
parent
58610d6757
commit
be3774c1dd
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ ynh_app_setting_set "$app" port "$port"
|
|||
|
||||
|
||||
# install dependencies
|
||||
ynh_install_app_dependencies install git build-essential postgresql postgresql-contrib openssl g++ apt-transport-https
|
||||
ynh_install_app_dependencies git build-essential postgresql postgresql-contrib openssl g++ apt-transport-https
|
||||
wget -P /tmp/ https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i /tmp/erlang-solutions_1.0_all.deb
|
||||
apt update && apt install elixir erlang-dev erlang-parsetools erlang-xmerl erlang-tools
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue