mirror of
https://github.com/CISOfy/lynis.git
synced 2025-11-29 01:04:46 +01:00
7 lines
79 B
Bash
7 lines
79 B
Bash
#!/bin/sh
|
|
|
|
cd ..
|
|
git clone --depth 1 https://github.com/CISOfy/lynis-sdk
|
|
|
|
#EOF
|