Skip to content
Snippets Groups Projects
Commit 868fa704 authored by Bob Mottram's avatar Bob Mottram
Browse files

Also install hex as root user

parent b221f8cf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment