Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme.md #169

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions macOS/Apps/Edge/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
```
```