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
|
||||
echo $'Installing mesh packages'
|
||||
${PROJECT_NAME}-mesh-install -f toxic
|
||||
${PROJECT_NAME}-mesh-install -f qtox
|
||||
${PROJECT_NAME}-mesh-install -f batman_client
|
||||
fi
|
||||
echo $'Configuration complete'
|
||||
|
|
|
@ -622,10 +622,8 @@ function mesh_tox_client {
|
|||
}
|
||||
|
||||
function enable_tox_repo {
|
||||
sudo sh -c 'echo "deb https://pkg.tox.chat/debian/ nightly release" > /etc/apt/sources.list.d/tox.list'
|
||||
wget -qO - https://pkg.tox.chat/debian/pkg.gpg.key | sudo apt-key add -
|
||||
sudo apt-get -y install apt-transport-https
|
||||
sudo apt-get -y update -qq
|
||||
echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/tox/Debian_8.0/ /' > /etc/apt/sources.list.d/tox.list
|
||||
sudo apt-get update
|
||||
echo "Tox Repository Installed."
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue