3 lines
137 B
Text
3 lines
137 B
Text
|
#!/bin/bash
|
||
|
|
||
|
podman compose run -e "PLEROMA_CTL_RPC_DISABLED=true" --rm akkoma ./bin/pleroma_ctl frontend install pleroma-fe --ref stable
|