Bob Mottram hace 7 años
padre
commit
7d15f0a330
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2
    2
      src/freedombone-app-tox
  2. 2
    2
      src/freedombone-mesh-install

+ 2
- 2
src/freedombone-app-tox Ver fichero

@@ -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

+ 2
- 2
src/freedombone-mesh-install Ver fichero

@@ -233,8 +233,8 @@ function mesh_firewall {
233 233
 }
234 234
 
235 235
 function enable_tox_repo {
236
-    sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/tox/Debian_8.0/ /' > /etc/apt/sources.list.d/tox.list"
237
-    wget http://download.opensuse.org/repositories/home:antonbatenev:tox/Debian_8.0/Release.key
236
+    sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/tox/Debian_9.0/ /' > /etc/apt/sources.list.d/tox.list"
237
+    wget http://download.opensuse.org/repositories/home:antonbatenev:tox/Debian_9.0/Release.key
238 238
     sudo sh -c "apt-key add - < Release.key"
239 239
     sudo apt-get update
240 240
     echo "Tox Repository Installed."