lynis/extras/travis-ci/before_script.sh

7 lines
79 B
Bash
Raw Normal View History

2016-05-12 04:24:37 +00:00
#!/bin/sh
2016-05-12 04:39:16 +00:00
cd ..
2016-05-12 04:24:37 +00:00
git clone --depth 1 https://github.com/CISOfy/lynis-sdk
#EOF