diff --git a/src/freedombone-app-tox b/src/freedombone-app-tox index 95c462fd..23faaee2 100755 --- a/src/freedombone-app-tox +++ b/src/freedombone-app-tox @@ -690,11 +690,11 @@ function mesh_tox_client { if [ ${rootdir} ]; then chroot ${rootdir} apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev chroot ${rootdir} apt-get -yq install libcurl4-openssl-dev libvpx-dev libopenal-dev - chroot ${rootdir} apt-get -yq install libqrencode + chroot ${rootdir} apt-get -yq install libqrencode-dev else apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev apt-get -yq install libcurl4-openssl-dev libvpx-dev libopenal-dev - apt-get -yq install libqrencode + apt-get -yq install libqrencode-dev fi TEMP_SCRIPT_NAME=fbtmp728353.sh