@@ -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