Missing option
This commit is contained in:
parent
5ce175cf86
commit
8eaf6e64e3
|
@ -6580,7 +6580,7 @@ function install_tox_client {
|
|||
return
|
||||
fi
|
||||
|
||||
${PROJECT_NAME}-mesh-install tox_client
|
||||
${PROJECT_NAME}-mesh-install -f tox_client
|
||||
if [ ! "$?" = "0" ]; then
|
||||
echo $'Could not install Tox client'
|
||||
exit 67248
|
||||
|
|
|
@ -596,7 +596,7 @@ function mesh_tox_client {
|
|||
if [ ${#TOXIC_REPO_MAIN} -gt 5 ]; then
|
||||
TOXIC_REPO=$TOXIC_REPO_MAIN
|
||||
fi
|
||||
|
||||
|
||||
$CHROOT_PREFIX apt-get -y install libncursesw5-dev libconfig-dev libqrencode-dev
|
||||
$CHROOT_PREFIX apt-get -y install libcurl4-openssl-dev libvpx-dev libopenal-dev
|
||||
|
||||
|
|
Loading…
Reference in New Issue