mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
6 lines
79 B
Bash
6 lines
79 B
Bash
#!/bin/sh
|
|
|
|
cd ..
|
|
git clone --depth 1 https://github.com/CISOfy/lynis-sdk
|
|
|
|
#EOF
|