mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Force install Hex
This commit is contained in:
parent
1fbfeb2f21
commit
d3c5cefd24
1 changed files with 1 additions and 2 deletions
|
@ -155,8 +155,7 @@ ynh_replace_string "__DB_PWD__" "$db_pwd" "$final_path/$app/config
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP
|
# SETUP
|
||||||
#=================================================
|
#=================================================
|
||||||
( cd $final_path/$app && sudo -u "$app" mix local.hex --force )
|
( cd $final_path/$app && sudo -u "$app" mix deps.get --force )
|
||||||
( cd $final_path/$app && sudo -u "$app" mix deps.get )
|
|
||||||
( cd $final_path/$app && sudo -u "$app" MIX_ENV=prod mix ecto.migrate )
|
( cd $final_path/$app && sudo -u "$app" MIX_ENV=prod mix ecto.migrate )
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue