diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index a8f7681e..d7a262bd 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -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"