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

Update pleroma

parent 6293de41
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ QVITTER_THEME_REPO="https://git.gnu.io/h2p/Qvitter.git"
QVITTER_THEME_COMMIT='a7f82628402db3a7579bb9b2877da3c5737da77b'
PLEROMA_REPO="https://gitgud.io/lambadalambda/pleroma-fe"
PLEROMA_COMMIT='0c7450252a3e42a5fc6488b0def26c5934fb0adb'
PLEROMA_COMMIT='7ee87c7618bfba986ec7a04581273629a1db9983'
function pleroma_set_background_image_from_url {
domain_name="$1"
......@@ -194,6 +194,9 @@ function install_pleroma {
set_completion_param "${app_name} pleroma commit" "$PLEROMA_COMMIT"
npm install -g yarn
npm install -g eslint@3.19.0
npm install -g eslint-plugin-promise@3.5.0
npm install -g moment@2.18.1
yarn
npm run build
if [ ! -d $INSTALL_DIR/pleroma/dist ]; then
......
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