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

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-10-24 14:02:45 +0400
committermboelen <michael@cisofy.com>2014-10-24 14:02:45 +0400
commit4a82e62933228551626cd9c5b44c0bb28a6a2f68 (patch)
treee4777d9a5168d4d7baba347b7034c5d6a8c7e2f0 /extras
parent7a08544fff338d44ab0f9b9c88f97866a36e099d (diff)
Added git clone
Diffstat (limited to 'extras')
-rwxr-xr-xextras/build-lynis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/build-lynis.sh b/extras/build-lynis.sh
index 0d8002ee..2ff4e010 100755
--- a/extras/build-lynis.sh
+++ b/extras/build-lynis.sh
@@ -276,7 +276,7 @@
rm -rf ${MYBUILDDIR}/git/Lynis
#git checkout tags/${LYNIS_VERSION}
fi
- #git clone https://github.com/CISOfy/Lynis.git ${MYBUILDDIR}/git/Lynis
+ git clone https://github.com/CISOfy/Lynis.git ${MYBUILDDIR}/git/Lynis
#git tag -l ${MYBUILDDIR}/git/Lynis
cd ..