From 309a40f29b2b5966c3d1cbfd4cc641838718a352 Mon Sep 17 00:00:00 2001 From: IMTheNachoMan Date: Mon, 4 Mar 2019 17:25:12 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05ee2d1..26217bc 100644 --- a/README.md +++ b/README.md @@ -2209,7 +2209,7 @@ From [https://cisofy.com/lynis/](https://cisofy.com/lynis/): On Debian based systems, using CISOFY's community software repository: ``` bash - sudo apt install apt-transport-https ca-certificates + sudo apt install apt-transport-https ca-certificates host sudo wget -O - https://packages.cisofy.com/keys/cisofy-software-public.key | sudo apt-key add - sudo echo "deb https://packages.cisofy.com/community/lynis/deb/ stable main" | sudo tee /etc/apt/sources.list.d/cisofy-lynis.list sudo apt update