Include qvitter theme repo within images again
This commit is contained in:
parent
f95c95d6ec
commit
782b57c565
|
@ -1901,7 +1901,7 @@ function image_preinstall_repos {
|
|||
|
||||
if [[ "$SOCIALINSTANCE" == "pleroma" ]]; then
|
||||
git clone "$PLEROMA_REPO" "$rootdir/repos/pleroma"
|
||||
#git clone $QVITTER_THEME_REPO "$rootdir/repos/qvitter"
|
||||
git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
|
||||
git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
|
||||
return
|
||||
fi
|
||||
|
@ -1909,14 +1909,14 @@ function image_preinstall_repos {
|
|||
if [[ "$SOCIALINSTANCE" == "gnusocial" ]]; then
|
||||
git clone "$GNUSOCIAL_REPO" "$rootdir/repos/gnusocial"
|
||||
git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
|
||||
#git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
|
||||
git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
|
||||
git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
|
||||
return
|
||||
fi
|
||||
|
||||
if [[ "$SOCIALINSTANCE" == "postactiv" ]]; then
|
||||
git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
|
||||
#git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
|
||||
git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
|
||||
git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
|
||||
git clone "$POSTACTIV_REPO" "$rootdir/repos/postactiv"
|
||||
return
|
||||
|
@ -1929,7 +1929,7 @@ function image_preinstall_repos {
|
|||
git clone "$GNUSOCIAL_REPO" "$rootdir/repos/gnusocial"
|
||||
git clone "$PLEROMA_REPO" "$rootdir/repos/pleroma"
|
||||
git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
|
||||
#git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
|
||||
git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
|
||||
git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
|
||||
git clone "$POSTACTIV_REPO" "$rootdir/repos/postactiv"
|
||||
git clone "$SHARINGS_REPO" "$rootdir/repos/sharings"
|
||||
|
|
Loading…
Reference in New Issue