|
|
|
|
1230
|
if [[ $SOCIALINSTANCE == "gnusocial" ]]; then
|
1230
|
if [[ $SOCIALINSTANCE == "gnusocial" ]]; then
|
1231
|
git clone $GNUSOCIAL_REPO $rootdir/repos/gnusocial
|
1231
|
git clone $GNUSOCIAL_REPO $rootdir/repos/gnusocial
|
1232
|
git clone $GNUSOCIAL_MARKDOWN_REPO $rootdir/repos/gnusocial-markdown
|
1232
|
git clone $GNUSOCIAL_MARKDOWN_REPO $rootdir/repos/gnusocial-markdown
|
1233
|
- git clone $QVITTER_THEME_REPO $rootdir/repos/qvitter
|
|
|
|
|
1233
|
+ #git clone $QVITTER_THEME_REPO $rootdir/repos/qvitter
|
1234
|
git clone $PLEROMA_REPO $rootdir/repos/pleroma
|
1234
|
git clone $PLEROMA_REPO $rootdir/repos/pleroma
|
1235
|
return
|
1235
|
return
|
1236
|
fi
|
1236
|
fi
|
1237
|
|
1237
|
|
1238
|
if [[ $SOCIALINSTANCE == "postactiv" ]]; then
|
1238
|
if [[ $SOCIALINSTANCE == "postactiv" ]]; then
|
1239
|
git clone $GNUSOCIAL_MARKDOWN_REPO $rootdir/repos/gnusocial-markdown
|
1239
|
git clone $GNUSOCIAL_MARKDOWN_REPO $rootdir/repos/gnusocial-markdown
|
1240
|
- git clone $QVITTER_THEME_REPO $rootdir/repos/qvitter
|
|
|
|
|
1240
|
+ #git clone $QVITTER_THEME_REPO $rootdir/repos/qvitter
|
1241
|
git clone $PLEROMA_REPO $rootdir/repos/pleroma
|
1241
|
git clone $PLEROMA_REPO $rootdir/repos/pleroma
|
1242
|
- git clone $POSTACTIV_REPO $rootdir/repos/postactiv
|
|
|
|
|
1242
|
+ #git clone $POSTACTIV_REPO $rootdir/repos/postactiv
|
1243
|
return
|
1243
|
return
|
1244
|
fi
|
1244
|
fi
|
1245
|
|
1245
|
|
|
|
|
|
1249
|
git clone $FRIENDICA_REPO $rootdir/repos/friendica
|
1249
|
git clone $FRIENDICA_REPO $rootdir/repos/friendica
|
1250
|
git clone $GNUSOCIAL_REPO $rootdir/repos/gnusocial
|
1250
|
git clone $GNUSOCIAL_REPO $rootdir/repos/gnusocial
|
1251
|
git clone $GNUSOCIAL_MARKDOWN_REPO $rootdir/repos/gnusocial-markdown
|
1251
|
git clone $GNUSOCIAL_MARKDOWN_REPO $rootdir/repos/gnusocial-markdown
|
1252
|
- git clone $QVITTER_THEME_REPO $rootdir/repos/qvitter
|
|
|
|
|
1252
|
+ #git clone $QVITTER_THEME_REPO $rootdir/repos/qvitter
|
1253
|
git clone $PLEROMA_REPO $rootdir/repos/pleroma
|
1253
|
git clone $PLEROMA_REPO $rootdir/repos/pleroma
|
1254
|
- git clone $POSTACTIV_REPO $rootdir/repos/postactiv
|
|
|
|
|
1254
|
+ #git clone $POSTACTIV_REPO $rootdir/repos/postactiv
|
1255
|
git clone $SHARINGS_REPO $rootdir/repos/sharings
|
1255
|
git clone $SHARINGS_REPO $rootdir/repos/sharings
|
1256
|
git clone $HTMLY_REPO $rootdir/repos/htmly
|
1256
|
git clone $HTMLY_REPO $rootdir/repos/htmly
|
1257
|
git clone $HUBZILLA_REPO $rootdir/repos/hubzilla
|
1257
|
git clone $HUBZILLA_REPO $rootdir/repos/hubzilla
|