Merged static bits...
This commit is contained in:
8
legacy/installLynis.sh
Normal file
8
legacy/installLynis.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo wget -O - https://packages.cisofy.com/keys/cisofy-software-public.key | sudo apt-key add -
|
||||
echo "deb https://packages.cisofy.com/community/lynis/deb/ stable main" | sudo tee /etc/apt/sources.list.d/cisofy-lynis.list
|
||||
apt update
|
||||
apt install lynis
|
||||
lynis show version
|
||||
|
Reference in New Issue
Block a user