From b51ff08718a1e6344d148e236dab4b4fc3b4e88e Mon Sep 17 00:00:00 2001 From: MunyDev Date: Sat, 25 Jan 2025 10:12:48 -0500 Subject: [PATCH] added recursive flag to cloning --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c58e141..7c1ca93 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # icarus -This tool allows us to unenroll devices with device management interception with a proxy and a Certificate Authority - +This tool allows us to unenroll devices with device management interception with a proxy and a Certificate Authority +Clone this repo with `git clone --recursive` ## New configs what does this mean These new configs have rolled keys. We are testing the compatibility of these new keys for interception @@ -20,4 +20,4 @@ After doing this the output directory will be generated. The output directory th - `bash /mnt/stateful_partition/usr/bin/inshim.sh` ## Server setup (Only for people hosting servers) -run `make setup-server ` \ No newline at end of file +run `make setup-server` \ No newline at end of file