From e12600cafa98a4be5c814fbc0eb14b9e1063c410 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Mon, 24 Jan 2022 05:36:07 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83c8915..af3dab4 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,5 @@ sudo su -c "bash <(wget -qO- https://raw.githubusercontent.com/simeononsecurity/ ### MacOS - Install and Configure: ```bash -sudo curl "https://raw.githubusercontent.com/simeononsecurity/setup-scripts/main/macos.sh" -o "macos.sh" && bash ./macos.sh +sh -c "$(curl -sL https://raw.githubusercontent.com/simeononsecurity/setup-scripts/main/macos.sh)" ```