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)" ```