Bob Mottram 8 år sedan
förälder
incheckning
7d15f0a330
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2
    2
      src/freedombone-app-tox
  2. 2
    2
      src/freedombone-mesh-install

+ 2
- 2
src/freedombone-app-tox Visa fil

724
 }
724
 }
725
 
725
 
726
 function enable_tox_repo {
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
     cat >> $rootdir/root/gettoxkey.sh <<EOF
730
     cat >> $rootdir/root/gettoxkey.sh <<EOF
731
 #!/bin/bash
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
 apt-key add /root/tox.key
733
 apt-key add /root/tox.key
734
 rm /root/tox.key
734
 rm /root/tox.key
735
 EOF
735
 EOF

+ 2
- 2
src/freedombone-mesh-install Visa fil

233
 }
233
 }
234
 
234
 
235
 function enable_tox_repo {
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
     sudo sh -c "apt-key add - < Release.key"
238
     sudo sh -c "apt-key add - < Release.key"
239
     sudo apt-get update
239
     sudo apt-get update
240
     echo "Tox Repository Installed."
240
     echo "Tox Repository Installed."