Welcome to mirror list, hosted at ThFree Co, Russian Federation.

before_script.sh « travis-ci « extras - github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6b2804be229fc3ab4655d07b944268d932ece4a (plain)
1
2
3
4
5
6
#!/bin/sh

cd ..
git clone --depth 1 https://github.com/CISOfy/lynis-sdk

#EOF