Get pleroma dependencies

This commit is contained in:
Bob Mottram 2017-11-12 13:56:21 +00:00
parent d9e0c1b6b4
commit 2cda9f84f6
1 changed files with 2 additions and 0 deletions

View File

@ -520,6 +520,8 @@ function upgrade_pleroma {
function_check set_repo_commit
set_repo_commit $PLEROMA_DIR "pleroma commit" "$PLEROMA_COMMIT" $PLEROMA_REPO
chown -R pleroma:pleroma $PLEROMA_DIR
sudo -u pleroma mix deps.get
pleroma_recompile
}