|
@@ -724,12 +724,12 @@ function mesh_tox_client {
|
724
|
724
|
}
|
725
|
725
|
|
726
|
726
|
function enable_tox_repo {
|
727
|
|
- echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/tox/Debian_8.0/ /' > $rootdir/etc/apt/sources.list.d/tox.list
|
|
727
|
+ echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/tox/Debian_9.0/ /' > $rootdir/etc/apt/sources.list.d/tox.list
|
728
|
728
|
|
729
|
729
|
|
730
|
730
|
cat >> $rootdir/root/gettoxkey.sh <<EOF
|
731
|
731
|
#!/bin/bash
|
732
|
|
-wget -q http://download.opensuse.org/repositories/home:antonbatenev:tox/Debian_8.0/Release.key -O- > /root/tox.key
|
|
732
|
+wget -q http://download.opensuse.org/repositories/home:antonbatenev:tox/Debian_9.0/Release.key -O- > /root/tox.key
|
733
|
733
|
apt-key add /root/tox.key
|
734
|
734
|
rm /root/tox.key
|
735
|
735
|
EOF
|