Browse Source

Pleroma social type

Bob Mottram 7 years ago
parent
commit
ecac6e9e7f
1 changed files with 9 additions and 2 deletions
  1. 9
    2
      src/freedombone-image-customise

+ 9
- 2
src/freedombone-image-customise View File

@@ -1553,18 +1553,25 @@ function image_preinstall_repos {
1553 1553
     git clone $INADYN_REPO $rootdir/repos/inadyn
1554 1554
     git clone $TOMB_REPO $rootdir/repos/tomb
1555 1555
 
1556
+    if [[ $SOCIALINSTANCE == "pleroma" ]]; then
1557
+        git clone $PLEROMA_REPO $rootdir/repos/pleroma
1558
+        #git clone $QVITTER_THEME_REPO $rootdir/repos/qvitter
1559
+        git clone $PLEROMA_FRONTEND_REPO $rootdir/repos/pleroma-fe
1560
+        return
1561
+    fi
1562
+
1556 1563
     if [[ $SOCIALINSTANCE == "gnusocial" ]]; then
1557 1564
         git clone $GNUSOCIAL_REPO $rootdir/repos/gnusocial
1558 1565
         git clone $GNUSOCIAL_MARKDOWN_REPO $rootdir/repos/gnusocial-markdown
1559 1566
         #git clone $QVITTER_THEME_REPO $rootdir/repos/qvitter
1560
-        git clone $PLEROMA_REPO $rootdir/repos/pleroma
1567
+        git clone $PLEROMA_FRONTEND_REPO $rootdir/repos/pleroma-fe
1561 1568
         return
1562 1569
     fi
1563 1570
 
1564 1571
     if [[ $SOCIALINSTANCE == "postactiv" ]]; then
1565 1572
         git clone $GNUSOCIAL_MARKDOWN_REPO $rootdir/repos/gnusocial-markdown
1566 1573
         #git clone $QVITTER_THEME_REPO $rootdir/repos/qvitter
1567
-        git clone $PLEROMA_REPO $rootdir/repos/pleroma
1574
+        git clone $PLEROMA_FRONTEND_REPO $rootdir/repos/pleroma-fe
1568 1575
         #git clone $POSTACTIV_REPO $rootdir/repos/postactiv
1569 1576
         return
1570 1577
     fi