From bf892728c08a80e70a27ede8b79e195d5134da65 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 15 Jun 2017 14:03:58 +0100 Subject: [PATCH] Try without 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 c74be5ae..709cf27c 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -1265,10 +1265,10 @@ 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 $QTOX_REPO $rootdir/repos/qtox git clone $TURTL_REPO $rootdir/repos/turtl #git clone $ZERONET_REPO $rootdir/repos/zeronet }