Package name

This commit is contained in:
Bob Mottram 2017-09-28 19:25:55 +01:00
parent 69a324a1e5
commit 56fea6e8a9
1 changed files with 2 additions and 2 deletions

View File

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