浏览代码

[Doc] Review of the debian install, move section to add the repo before running the install script

monf 8 年之前
父节点
当前提交
2c26cff315
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      Docs/installation/debian_jessie.md

+ 6 - 6
Docs/installation/debian_jessie.md

@@ -8,6 +8,12 @@ cd
 git clone https://github.com/kalliope-project/kalliope.git
 ```
 
+Edit `/etc/apt/sources.list` and check that your mirror accept "non-free" package
+```
+deb http://ftp.fr.debian.org/debian/ jessie main contrib non-free
+deb-src http://ftp.fr.debian.org/debian/ jessie main contrib non-free
+```
+
 Run the install script.
 ```
 ./kalliope/install/install_kalliope.sh
@@ -15,12 +21,6 @@ Run the install script.
 
 ## Manual install
 
-Edit `/etc/apt/sources.list` and check that your mirror accept "non-free" package
-```
-deb http://ftp.fr.debian.org/debian/ jessie main contrib non-free
-deb-src http://ftp.fr.debian.org/debian/ jessie main contrib non-free
-```
-
 To make Kalliope work, you will have to install a certain number of libraries:
 ```
 sudo apt-get update