Also install hex as root user

This commit is contained in:
Bob Mottram 2018-04-18 14:15:35 +01:00
parent b221f8cfa3
commit 868fa70484
1 changed files with 1 additions and 0 deletions

View File

@ -1175,6 +1175,7 @@ function install_pleroma {
echo $'mix local.hex failed'
exit 1745673
fi
mix local.hex --force
if ! sudo -u pleroma mix deps.get --force; then
echo $'mix deps.get failed'
exit 7325733