Browse Source

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

monf 8 năm trước cách đây
mục cha
commit
2c26cff315
1 tập tin đã thay đổi với 6 bổ sung6 xóa
  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