10 lines
212 B
Bash
10 lines
212 B
Bash
|
#!/bin/bash
|
||
|
set -Eeuxo pipefail
|
||
|
|
||
|
# mix local.hex --force
|
||
|
# mix local.rebar --force
|
||
|
mix deps.get
|
||
|
mix compile
|
||
|
mix pleroma.frontend install pleroma-fe --ref stable
|
||
|
mix pleroma.frontend install admin-fe --ref stable
|