Explorar el Código

pleroma social instance doesn't need qvitter or separate fe

Bob Mottram hace 7 años
padre
commit
10f7a2461c
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      src/freedombone-image-customise

+ 0
- 2
src/freedombone-image-customise Ver fichero

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