Missing package
This commit is contained in:
parent
d1e8376073
commit
73b2ccbc7d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue