Parcourir la source

Missing package

Bob Mottram il y a 10 ans
Parent
révision
d1e8376073
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Voir le fichier

@@ -7521,7 +7521,7 @@ function install_tox_node {
7521 7521
   # toxcore
7522 7522
   apt-get -y install build-essential libtool autotools-dev
7523 7523
   apt-get -y install automake checkinstall check git yasm
7524
-  apt-get -y install libsodium13 libsodium-dev libcap2-bin
7524
+  apt-get -y install libsodium13 libsodium-dev libcap2-bin libconfig9
7525 7525
 
7526 7526
   cd $INSTALL_DIR
7527 7527
   git clone $TOX_REPO