Include postactiv repo within images again
This commit is contained in:
parent
7d8af8ed34
commit
f95c95d6ec
|
@ -1918,7 +1918,7 @@ function image_preinstall_repos {
|
|||
git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
|
||||
#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 "$POSTACTIV_REPO" "$rootdir/repos/postactiv"
|
||||
return
|
||||
fi
|
||||
|
||||
|
@ -1931,7 +1931,7 @@ function image_preinstall_repos {
|
|||
git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
|
||||
#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 "$POSTACTIV_REPO" "$rootdir/repos/postactiv"
|
||||
git clone "$SHARINGS_REPO" "$rootdir/repos/sharings"
|
||||
git clone "$HTMLY_REPO" "$rootdir/repos/htmly"
|
||||
git clone "$HUBZILLA_REPO" "$rootdir/repos/hubzilla"
|
||||
|
|
Loading…
Reference in New Issue