소스 검색

Update debian.md

Håvard O. Nordstrand 4 년 전
부모
커밋
fa0106ff0b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/server/debian.md

+ 1 - 1
config/server/debian.md

@@ -57,7 +57,7 @@ If you didn't already configure this during the installation. Typically the case
 ### Basic Configuration
 
 1. Packages:
-    - (Optional) Enable the `contrib` and `non-free` repo areas by setting `free contrib non-free` to every line in `/etc/apt/sources.list`.
+    - (Optional) Enable the `contrib` and `non-free` repo areas by setting `main contrib non-free` for every `deb`/`deb-src` in `/etc/apt/sources.list`.
     - Update, upgrade and auto-remove.
     - Install basics: `sudo ca-certificates`
     - Install tools: `tree vim screen curl net-tools htop iotop irqtop nmap`