File tree 1 file changed +4
-4
lines changed
usr/local/outset/login-once
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- # # Version 1.0
4
- # # By Erik Gomez
3
+ # # Version 1.1 by Kevin M. Cox
4
+ # # Original version by Erik Gomez
5
5
# # https://gist.github.com/erikng/7cede5be1c0ae2f85435
6
6
7
7
# # Registers the MAU application in the Launch Services database as if the user had opened it manually.
@@ -13,7 +13,7 @@ if [ -e "/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app"
13
13
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -R -f -trusted " /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app"
14
14
fi
15
15
16
- if [ -e " /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft AU Daemon .app" ]
16
+ if [ -e " /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft Update Assistant .app" ]
17
17
then
18
- /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -R -f -trusted " /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft AU Daemon .app"
18
+ /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -R -f -trusted " /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft Update Assistant .app"
19
19
fi
You can’t perform that action at this time.
0 commit comments