Toxic dependencies

This commit is contained in:
Bob Mottram 2015-11-22 10:43:30 +00:00
parent 9a804ab375
commit bda3303a4d
1 changed files with 1 additions and 1 deletions

View File

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