From d18a65048370ebf0c9ed10fd72b8fad8290d5620 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 17 Jun 2017 15:58:45 +0100 Subject: [PATCH] Tox repos --- src/freedombone-image-customise | 14 +++++++------- src/freedombone-mesh | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 417fc53c..879f2cc7 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -550,15 +550,15 @@ BATMAN_CELLID='02:BA:00:00:03:01' WIFI_SSID='mesh' # To avoid confusions these are obtained from the main project file -TOXID_REPO= -TOX_PORT= -TOXCORE_REPO= -TOXIC_REPO= -TOXCORE_COMMIT= -TOXIC_COMMIT= +#TOXID_REPO= +#TOX_PORT= +#TOXCORE_REPO= +#TOXIC_REPO= +#TOXCORE_COMMIT= +#TOXIC_COMMIT= # These are some default nodes, but you can replace them with trusted nodes # as you prefer. See https://wiki.tox.im/Nodes -TOX_NODES= +#TOX_NODES= #TOX_NODES=( # '192.254.75.102,2607:5600:284::2,33445,951C88B7E75C867418ACDB5D273821372BB5BD652740BCDF623A4FA293E75D2F,Tox RELENG,US' # '144.76.60.215,2a01:4f8:191:64d6::1,33445,04119E835DF3E78BACF0F84235B300546AF8B936F035185E2A8E9E0A67C8924F,sonOfRa,DE' diff --git a/src/freedombone-mesh b/src/freedombone-mesh index 0fd4da2b..36504208 100755 --- a/src/freedombone-mesh +++ b/src/freedombone-mesh @@ -42,7 +42,7 @@ DHTNODES=/usr/share/toxic/DHTnodes PEERS_FILE=/tmp/meshpeers.txt TOX_PORT=33445 -TOXCORE_REPO='git://github.com/irungentoo/toxcore.git' +TOXCORE_REPO='https://github.com/irungentoo/toxcore' TOXCORE_COMMIT= # obtain tox values from main install if grep -q "TOX_PORT=" $CONFIG_FILE; then