Missing package

This commit is contained in:
Bob Mottram 2015-07-11 11:22:29 +01:00
parent d1e8376073
commit 73b2ccbc7d
1 changed files with 2 additions and 1 deletions

View File

@ -7521,7 +7521,8 @@ function install_tox_node {
# toxcore # toxcore
apt-get -y install build-essential libtool autotools-dev apt-get -y install build-essential libtool autotools-dev
apt-get -y install automake checkinstall check git yasm 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 cd $INSTALL_DIR
git clone $TOX_REPO git clone $TOX_REPO