Import key
This commit is contained in:
parent
3538b3335a
commit
f76947c90b
|
@ -622,7 +622,9 @@ function mesh_tox_client {
|
|||
}
|
||||
|
||||
function enable_tox_repo {
|
||||
sudo sh -c "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"
|
||||
wget http://download.opensuse.org/repositories/home:antonbatenev:tox/Debian_8.0/Release.key
|
||||
sudo sh -c "apt-key add - < Release.key"
|
||||
sudo apt-get update
|
||||
echo "Tox Repository Installed."
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue