Include privatebin within images
This commit is contained in:
parent
ace52490ab
commit
105384c3c4
|
@ -1672,6 +1672,7 @@ function image_preinstall_repos {
|
||||||
git clone $KANBOARD_REPO $rootdir/repos/kanboard
|
git clone $KANBOARD_REPO $rootdir/repos/kanboard
|
||||||
git clone $KEYSERVER_WEB_REPO $rootdir/repos/keyserverweb
|
git clone $KEYSERVER_WEB_REPO $rootdir/repos/keyserverweb
|
||||||
git clone $PEERTUBE_REPO $rootdir/repos/peertube
|
git clone $PEERTUBE_REPO $rootdir/repos/peertube
|
||||||
|
git clone $PRIVATEBIN_REPO $rootdir/repos/privatebin
|
||||||
#git clone $WEKAN_REPO $rootdir/repos/wekan
|
#git clone $WEKAN_REPO $rootdir/repos/wekan
|
||||||
#git clone $FLOW_ROUTER_REPO $rootdir/repos/flowrouter
|
#git clone $FLOW_ROUTER_REPO $rootdir/repos/flowrouter
|
||||||
#git clone $METEOR_USERACCOUNTS_REPO $rootdir/repos/meteoruseraccounts
|
#git clone $METEOR_USERACCOUNTS_REPO $rootdir/repos/meteoruseraccounts
|
||||||
|
|
Loading…
Reference in New Issue