mirror of
https://github.com/imthenachoman/How-To-Secure-A-Linux-Server.git
synced 2025-12-06 09:12:47 +01:00
Update README.md
This commit is contained in:
@@ -2209,9 +2209,8 @@ From [https://cisofy.com/lynis/](https://cisofy.com/lynis/):
|
||||
On Debian based systems, using CISOFY's community software repository:
|
||||
|
||||
``` bash
|
||||
sudo apt install ca-certificates
|
||||
sudo apt install apt-transport-https ca-certificates
|
||||
sudo wget -O - https://packages.cisofy.com/keys/cisofy-software-public.key | sudo apt-key add -
|
||||
sudo apt install apt-transport-https
|
||||
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
|
||||
sudo apt install lynis
|
||||
|
||||
Reference in New Issue
Block a user