Browse Source

Update pleroma

Bob Mottram 8 years ago
parent
commit
c267271e95
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      src/freedombone-utils-gnusocialtools

+ 4
- 1
src/freedombone-utils-gnusocialtools View File

@@ -32,7 +32,7 @@ QVITTER_THEME_REPO="https://git.gnu.io/h2p/Qvitter.git"
32 32
 QVITTER_THEME_COMMIT='a7f82628402db3a7579bb9b2877da3c5737da77b'
33 33
 
34 34
 PLEROMA_REPO="https://gitgud.io/lambadalambda/pleroma-fe"
35
-PLEROMA_COMMIT='0c7450252a3e42a5fc6488b0def26c5934fb0adb'
35
+PLEROMA_COMMIT='7ee87c7618bfba986ec7a04581273629a1db9983'
36 36
 
37 37
 function pleroma_set_background_image_from_url {
38 38
     domain_name="$1"
@@ -194,6 +194,9 @@ function install_pleroma {
194 194
     set_completion_param "${app_name} pleroma commit" "$PLEROMA_COMMIT"
195 195
 
196 196
     npm install -g yarn
197
+    npm install -g eslint@3.19.0
198
+    npm install -g eslint-plugin-promise@3.5.0
199
+    npm install -g moment@2.18.1
197 200
     yarn
198 201
     npm run build
199 202
     if [ ! -d $INSTALL_DIR/pleroma/dist ]; then