mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Fix MIX Dependencies installation
This commit is contained in:
parent
c24bae8195
commit
24aad57376
1 changed files with 3 additions and 3 deletions
|
@ -253,9 +253,9 @@ chown -R "$app":"$app" "$final_path"
|
|||
# Install dependecies
|
||||
su -l "$app" -s /bin/bash <<DEPENDENCIES
|
||||
pushd $final_path/$app
|
||||
MIX_ENV=prod mix local.hex --force
|
||||
MIX_ENV=prod mix local.rebar --force
|
||||
MIX_ENV=prod mix deps.get
|
||||
mix local.hex --force
|
||||
mix local.rebar --force
|
||||
mix deps.get
|
||||
popd
|
||||
DEPENDENCIES
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue