Different tox repo

This commit is contained in:
Bob Mottram 2016-05-28 21:53:48 +01:00
parent 2aea610b44
commit de5d93e5dd
2 changed files with 886 additions and 887 deletions

View File

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

View File

@ -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."
} }