浏览代码

Update debian.md

Håvard Ose Nordstrand 4 年之前
父节点
当前提交
b6f8a81184
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      config/linux-server/debian.md

+ 2 - 1
config/linux-server/debian.md

@@ -60,7 +60,8 @@ If you didn't already configure this during the installation, e.g. if cloning a
 ### Basic Configuration
 ### Basic Configuration
 
 
 1. Packages:
 1. Packages:
-    - (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`.
+    - (Optional) Enable the `contrib` and `non-free` repo areas: `add-apt-repository <area>`
+        - Or by setting `main contrib non-free` for every `deb`/`deb-src` in `/etc/apt/sources.list`.
     - Update, upgrade and auto-remove.
     - Update, upgrade and auto-remove.
     - Install: `sudo ca-certificates software-properties-common man-db tree vim screen curl net-tools dnsutils moreutils htop iotop irqtop nmap`
     - Install: `sudo ca-certificates software-properties-common man-db tree vim screen curl net-tools dnsutils moreutils htop iotop irqtop nmap`
     - (Optional) Install per-user tmpdirs: `libpam-tmpdir`
     - (Optional) Install per-user tmpdirs: `libpam-tmpdir`