From 73b2ccbc7d917172a27f933515b10ed6488565ef Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 11 Jul 2015 11:22:29 +0100 Subject: [PATCH] Missing package --- src/freedombone | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/freedombone b/src/freedombone index 7f9f3c49..ed4a3b33 100755 --- a/src/freedombone +++ b/src/freedombone @@ -7521,7 +7521,8 @@ function install_tox_node { # toxcore apt-get -y install build-essential libtool autotools-dev apt-get -y install automake checkinstall check git yasm - apt-get -y install libsodium13 libsodium-dev libcap2-bin libconfig9 + apt-get -y install libsodium13 libsodium-dev libcap2-bin + apt-get -y install libconfig9 libconfig-dev cd $INSTALL_DIR git clone $TOX_REPO