From 01e8e2dee0969ea216f0948fc876394bb724feb7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 17 Jun 2017 14:16:32 +0100 Subject: [PATCH] Restore tox repos --- src/freedombone-image-customise | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 6b85f1c5..417fc53c 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -1286,12 +1286,12 @@ function image_preinstall_repos { git clone $RSS_READER_REPO $rootdir/repos/rss git clone $RSS_MOBILE_READER_REPO $rootdir/repos/rss-mobile git clone $SEARX_REPO $rootdir/repos/searx - #git clone $TOXCORE_REPO $rootdir/repos/toxcore - #git clone $TOXID_REPO $rootdir/repos/toxid - #git clone $TOXIC_REPO $rootdir/repos/toxic - #git clone $QTOX_REPO $rootdir/repos/qtox + git clone $TOXCORE_REPO $rootdir/repos/toxcore + git clone $TOXID_REPO $rootdir/repos/toxid + git clone $TOXIC_REPO $rootdir/repos/toxic git clone $TURTL_REPO $rootdir/repos/turtl #git clone $ZERONET_REPO $rootdir/repos/zeronet + #git clone $QTOX_REPO $rootdir/repos/qtox } ##############################################################################