Browse Source

Toxic dependencies

Bob Mottram 9 years ago
parent
commit
bda3303a4d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

@@ -9044,7 +9044,7 @@ function install_tox_client {
9044 9044
   if grep -Fxq "install_tox_client" $COMPLETION_FILE; then
9045 9045
       return
9046 9046
   fi
9047
-  apt-get -y install libncursesw5-dev libconfig-dev
9047
+  apt-get -y install libncursesw5-dev libconfig-dev libqrencode-dev libcurl4-openssl-dev
9048 9048
 
9049 9049
   cd $INSTALL_DIR
9050 9050
   git clone https://github.com/Tox/toxic