Debian 9
This commit is contained in:
parent
7438e6ffc3
commit
7d15f0a330
|
@ -724,12 +724,12 @@ function mesh_tox_client {
|
|||
}
|
||||
|
||||
function enable_tox_repo {
|
||||
echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/tox/Debian_8.0/ /' > $rootdir/etc/apt/sources.list.d/tox.list
|
||||
echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/tox/Debian_9.0/ /' > $rootdir/etc/apt/sources.list.d/tox.list
|
||||
|
||||
|
||||
cat >> $rootdir/root/gettoxkey.sh <<EOF
|
||||
#!/bin/bash
|
||||
wget -q http://download.opensuse.org/repositories/home:antonbatenev:tox/Debian_8.0/Release.key -O- > /root/tox.key
|
||||
wget -q http://download.opensuse.org/repositories/home:antonbatenev:tox/Debian_9.0/Release.key -O- > /root/tox.key
|
||||
apt-key add /root/tox.key
|
||||
rm /root/tox.key
|
||||
EOF
|
||||
|
|
|
@ -233,8 +233,8 @@ function mesh_firewall {
|
|||
}
|
||||
|
||||
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"
|
||||
wget http://download.opensuse.org/repositories/home:antonbatenev:tox/Debian_8.0/Release.key
|
||||
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/tox/Debian_9.0/ /' > /etc/apt/sources.list.d/tox.list"
|
||||
wget http://download.opensuse.org/repositories/home:antonbatenev:tox/Debian_9.0/Release.key
|
||||
sudo sh -c "apt-key add - < Release.key"
|
||||
sudo apt-get update
|
||||
echo "Tox Repository Installed."
|
||||
|
|
Loading…
Reference in New Issue