Skip to content
Snippets Groups Projects
Commit 56fea6e8 authored by Bob Mottram's avatar Bob Mottram
Browse files

Package name

parent 69a324a1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment