Toxic dependencies
This commit is contained in:
parent
9a804ab375
commit
bda3303a4d
|
@ -9044,7 +9044,7 @@ function install_tox_client {
|
||||||
if grep -Fxq "install_tox_client" $COMPLETION_FILE; then
|
if grep -Fxq "install_tox_client" $COMPLETION_FILE; then
|
||||||
return
|
return
|
||||||
fi
|
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
|
cd $INSTALL_DIR
|
||||||
git clone https://github.com/Tox/toxic
|
git clone https://github.com/Tox/toxic
|
||||||
|
|
Loading…
Reference in New Issue