Bob Mottram il y a 9 ans
Parent
révision
f76947c90b
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3
    1
      src/freedombone-mesh-install

+ 3
- 1
src/freedombone-mesh-install Voir le fichier

@@ -622,7 +622,9 @@ function mesh_tox_client {
622 622
 }
623 623
 
624 624
 function enable_tox_repo {
625
-    sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/tox/Debian_8.0/ /' > /etc/apt/sources.list.d/tox.list"  
625
+    sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/tox/Debian_8.0/ /' > /etc/apt/sources.list.d/tox.list"
626
+    wget http://download.opensuse.org/repositories/home:antonbatenev:tox/Debian_8.0/Release.key
627
+    sudo sh -c "apt-key add - < Release.key"
626 628
     sudo apt-get update
627 629
     echo "Tox Repository Installed."
628 630
 }