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 <