소스 검색

Import key

Bob Mottram 9 년 전
부모
커밋
f76947c90b
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      src/freedombone-mesh-install

+ 3
- 1
src/freedombone-mesh-install 파일 보기

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