diff --git a/macOS/Apps/Edge/readme.md b/macOS/Apps/Edge/readme.md index 9a92953..e3664d8 100644 --- a/macOS/Apps/Edge/readme.md +++ b/macOS/Apps/Edge/readme.md @@ -5,7 +5,7 @@ This script is an example to show how to use [Intune Shell Scripting](https://do ## Quick Run ``` -sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/microsoft/shell-intune-samples/master/Apps/Edge/installEdge.sh)" ; open "/Applications/Microsoft Edge.app" +sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/microsoft/shell-intune-samples/master/macOS/Apps/Edge/installEdge.sh)" ; open "/Applications/Microsoft Edge.app" ``` ## Script Settings @@ -53,4 +53,4 @@ Fri 9 Apr 2021 13:29:25 BST | Microsoft Edge Installed Fri 9 Apr 2021 13:29:25 BST | Cleaning Up Fri 9 Apr 2021 13:29:25 BST | Application [Microsoft Edge] succesfully installed Fri 9 Apr 2021 13:29:25 BST | Writing last modifieddate [Thu, 08 Apr 2021 18:49:49 GMT] to [/Library/Logs/Microsoft/IntuneScripts/installEdge/Microsoft Edge.meta] -``` \ No newline at end of file +```