mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-04-08 17:06:34 +02:00
Only clone 1 depth instead clone the entire history
This commit is contained in:
parent
2d83a6a34e
commit
217295c2ec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user