Update pleroma

This commit is contained in:
Bob Mottram 2017-04-10 17:00:11 +01:00
parent 6293de4152
commit c267271e95
1 changed files with 4 additions and 1 deletions

View File

@ -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