Merged static bits...

This commit is contained in:
2025-06-12 11:42:19 -05:00
parent 867371f736
commit 789780766e
9 changed files with 381 additions and 2 deletions

8
legacy/installLynis.sh Normal file
View 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