Temp script not used

This commit is contained in:
Bob Mottram 2016-07-23 14:04:31 +01:00
parent e84bce5be4
commit 424a6991c3
1 changed files with 0 additions and 3 deletions

View File

@ -376,9 +376,6 @@ function mesh_tox_node {
$mesh_tox_node_prefix apt-get -y install libsodium13 libsodium-dev libcap2-bin
$mesh_tox_node_prefix apt-get -y install libconfig9 libconfig-dev autoconf
TEMP_SCRIPT_NAME=fbtmp37272.sh
TEMP_SCRIPT=/tmp/$TEMP_SCRIPT_NAME
mkdir -p ${rootdir}${INSTALL_DIR}
git clone ${TOXCORE_REPO} ${rootdir}${INSTALL_DIR}/toxcore
if [ ! "$?" = "0" ]; then