This commit is contained in:
Bob Mottram 2016-05-28 21:59:22 +01:00
parent de5d93e5dd
commit 3538b3335a
1 changed files with 886 additions and 886 deletions

View File

@ -622,7 +622,7 @@ function mesh_tox_client {
}
function enable_tox_repo {
echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/tox/Debian_8.0/ /' > /etc/apt/sources.list.d/tox.list
sudo sh -c "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."
}