|
@@ -1901,7 +1901,7 @@ function image_preinstall_repos {
|
1901
|
1901
|
|
1902
|
1902
|
if [[ "$SOCIALINSTANCE" == "pleroma" ]]; then
|
1903
|
1903
|
git clone "$PLEROMA_REPO" "$rootdir/repos/pleroma"
|
1904
|
|
- #git clone $QVITTER_THEME_REPO "$rootdir/repos/qvitter"
|
|
1904
|
+ git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
|
1905
|
1905
|
git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
|
1906
|
1906
|
return
|
1907
|
1907
|
fi
|
|
@@ -1909,14 +1909,14 @@ function image_preinstall_repos {
|
1909
|
1909
|
if [[ "$SOCIALINSTANCE" == "gnusocial" ]]; then
|
1910
|
1910
|
git clone "$GNUSOCIAL_REPO" "$rootdir/repos/gnusocial"
|
1911
|
1911
|
git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
|
1912
|
|
- #git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
|
|
1912
|
+ git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
|
1913
|
1913
|
git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
|
1914
|
1914
|
return
|
1915
|
1915
|
fi
|
1916
|
1916
|
|
1917
|
1917
|
if [[ "$SOCIALINSTANCE" == "postactiv" ]]; then
|
1918
|
1918
|
git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
|
1919
|
|
- #git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
|
|
1919
|
+ git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
|
1920
|
1920
|
git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
|
1921
|
1921
|
git clone "$POSTACTIV_REPO" "$rootdir/repos/postactiv"
|
1922
|
1922
|
return
|
|
@@ -1929,7 +1929,7 @@ function image_preinstall_repos {
|
1929
|
1929
|
git clone "$GNUSOCIAL_REPO" "$rootdir/repos/gnusocial"
|
1930
|
1930
|
git clone "$PLEROMA_REPO" "$rootdir/repos/pleroma"
|
1931
|
1931
|
git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
|
1932
|
|
- #git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
|
|
1932
|
+ git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
|
1933
|
1933
|
git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
|
1934
|
1934
|
git clone "$POSTACTIV_REPO" "$rootdir/repos/postactiv"
|
1935
|
1935
|
git clone "$SHARINGS_REPO" "$rootdir/repos/sharings"
|