From 217295c2ec66a635e160c2093968f136060dacf1 Mon Sep 17 00:00:00 2001 From: Robert Moore <158478944+robert-moore-20001010@users.noreply.github.com> Date: Tue, 7 May 2024 11:50:20 +0000 Subject: [PATCH] Only clone 1 depth instead clone the entire history --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bb3c0d..762d56a 100755 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ hardening [INFO] Treating /home/test/harbian-audit/bin/hardening ## Quickstart ```console -$ git clone https://github.com/hardenedlinux/harbian-audit.git && cd harbian-audit +$ git clone --depth 1 https://github.com/hardenedlinux/harbian-audit.git && cd harbian-audit # cp etc/default.cfg /etc/default/cis-hardening # sed -i "s#CIS_ROOT_DIR=.*#CIS_ROOT_DIR='$(pwd)'#" /etc/default/cis-hardening # bin/hardening.sh --init