|
@@ -622,7 +622,9 @@ function mesh_tox_client {
|
622
|
622
|
}
|
623
|
623
|
|
624
|
624
|
function enable_tox_repo {
|
625
|
|
- sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/tox/Debian_8.0/ /' > /etc/apt/sources.list.d/tox.list"
|
|
625
|
+ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/tox/Debian_8.0/ /' > /etc/apt/sources.list.d/tox.list"
|
|
626
|
+ wget http://download.opensuse.org/repositories/home:antonbatenev:tox/Debian_8.0/Release.key
|
|
627
|
+ sudo sh -c "apt-key add - < Release.key"
|
626
|
628
|
sudo apt-get update
|
627
|
629
|
echo "Tox Repository Installed."
|
628
|
630
|
}
|