Different tox repo
This commit is contained in:
parent
2aea610b44
commit
de5d93e5dd
|
@ -192,6 +192,7 @@ configure_monkeysphere
|
||||||
if [[ $MESH_CLIENT_INSTALL == $'yes' || $MESH_CLIENT_INSTALL == $'y' || $MESH_CLIENT_INSTALL == $'on' ]]; then
|
if [[ $MESH_CLIENT_INSTALL == $'yes' || $MESH_CLIENT_INSTALL == $'y' || $MESH_CLIENT_INSTALL == $'on' ]]; then
|
||||||
echo $'Installing mesh packages'
|
echo $'Installing mesh packages'
|
||||||
${PROJECT_NAME}-mesh-install -f toxic
|
${PROJECT_NAME}-mesh-install -f toxic
|
||||||
|
${PROJECT_NAME}-mesh-install -f qtox
|
||||||
${PROJECT_NAME}-mesh-install -f batman_client
|
${PROJECT_NAME}-mesh-install -f batman_client
|
||||||
fi
|
fi
|
||||||
echo $'Configuration complete'
|
echo $'Configuration complete'
|
||||||
|
|
|
@ -622,10 +622,8 @@ function mesh_tox_client {
|
||||||
}
|
}
|
||||||
|
|
||||||
function enable_tox_repo {
|
function enable_tox_repo {
|
||||||
sudo sh -c 'echo "deb https://pkg.tox.chat/debian/ nightly release" > /etc/apt/sources.list.d/tox.list'
|
echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/tox/Debian_8.0/ /' > /etc/apt/sources.list.d/tox.list
|
||||||
wget -qO - https://pkg.tox.chat/debian/pkg.gpg.key | sudo apt-key add -
|
sudo apt-get update
|
||||||
sudo apt-get -y install apt-transport-https
|
|
||||||
sudo apt-get -y update -qq
|
|
||||||
echo "Tox Repository Installed."
|
echo "Tox Repository Installed."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue