pleroma social instance doesn't need qvitter or separate fe

This commit is contained in:
Bob Mottram 2018-03-12 10:19:42 +00:00
parent 7b54d44049
commit 10f7a2461c
1 changed files with 0 additions and 2 deletions

View File

@ -1913,8 +1913,6 @@ image_preinstall_repos() {
if [[ "$SOCIALINSTANCE" == "pleroma" ]]; then
git clone "$PLEROMA_REPO" "$rootdir/repos/pleroma"
git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
return
fi