Browse Source

pleroma social instance doesn't need qvitter or separate fe

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

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

@@ -1913,8 +1913,6 @@ image_preinstall_repos() {
1913 1913
 
1914 1914
     if [[ "$SOCIALINSTANCE" == "pleroma" ]]; then
1915 1915
         git clone "$PLEROMA_REPO" "$rootdir/repos/pleroma"
1916
-        git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
1917
-        git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
1918 1916
         return
1919 1917
     fi
1920 1918