From 5cc28435b31fedc6e0109ffc17c91059baca4618 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Wed, 21 Oct 2020 21:16:59 -0500 Subject: [PATCH] Updated System Requirements (markdown) --- System-Requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/System-Requirements.md b/System-Requirements.md index 8b046bf..44c1866 100644 --- a/System-Requirements.md +++ b/System-Requirements.md @@ -20,13 +20,13 @@ If any of these components are missing, you should use the package manager utili #### Debian/Raspbian/Ubuntu ```bash -apt update && apt install -y sqlite3 sudo git cronie rsync ssh +apt update && apt install sqlite3 sudo git cronie rsync ssh ``` #### CentOS/Fedora ``` -dnf install apt update && apt install -y sqlite3 sudo git cronie rsync ssh +dnf install sqlite3 sudo git cronie rsync ssh ``` ### Pi-hole Architecture