ソースを参照

pleroma social instance doesn't need qvitter or separate fe

Bob Mottram 7 年 前
コミット
10f7a2461c
共有1 個のファイルを変更した0 個の追加2 個の削除を含む
  1. 0
    2
      src/freedombone-image-customise

+ 0
- 2
src/freedombone-image-customise ファイルの表示

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