From 1308cf69ac26a7626ff5a3fa5ef6026df73f126c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 20 Apr 2018 20:41:41 +0100 Subject: [PATCH] Fix toxcore installation --- src/freedombone-app-tox | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/freedombone-app-tox b/src/freedombone-app-tox index 18e2de00..c8c1791a 100755 --- a/src/freedombone-app-tox +++ b/src/freedombone-app-tox @@ -479,13 +479,13 @@ function mesh_tox_node { chroot "${rootdir}" apt-get -yq install automake checkinstall check git yasm chroot "${rootdir}" apt-get -yq install libsodium18 libsodium-dev libcap2-bin chroot "${rootdir}" apt-get -yq install libconfig9 libconfig-dev autoconf - chroot "${rootdir}" apt-get -yq install libopus-dev libvpx-dev + chroot "${rootdir}" apt-get -yq install libopus-dev libvpx-dev cmake else apt-get -yq install build-essential libtool autotools-dev apt-get -yq install automake checkinstall check git yasm apt-get -yq install libsodium18 libsodium-dev libcap2-bin apt-get -yq install libconfig9 libconfig-dev autoconf - apt-get -yq install libopus-dev libvpx-dev + apt-get -yq install libopus-dev libvpx-dev cmake fi if [ ! -d "${rootdir}${INSTALL_DIR}" ]; then @@ -509,18 +509,20 @@ function mesh_tox_node { if [ "${rootdir}" ]; then chroot "${rootdir}" /bin/bash -x <