1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Fix dependencies

This commit is contained in:
Yalh 2019-01-28 02:08:04 +01:00
parent f46c455770
commit c24bae8195

View file

@ -255,7 +255,7 @@ 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 deps.get
MIX_ENV=prod mix deps.get
popd
DEPENDENCIES