From 105384c3c44af582baee3aebf2509418ec096fdf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 10 Jan 2018 21:02:06 +0000 Subject: [PATCH] Include privatebin within images --- src/freedombone-image-customise | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 994e0326..5ba0f7a0 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -1672,6 +1672,7 @@ function image_preinstall_repos { git clone $KANBOARD_REPO $rootdir/repos/kanboard git clone $KEYSERVER_WEB_REPO $rootdir/repos/keyserverweb git clone $PEERTUBE_REPO $rootdir/repos/peertube + git clone $PRIVATEBIN_REPO $rootdir/repos/privatebin #git clone $WEKAN_REPO $rootdir/repos/wekan #git clone $FLOW_ROUTER_REPO $rootdir/repos/flowrouter #git clone $METEOR_USERACCOUNTS_REPO $rootdir/repos/meteoruseraccounts