mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-19 05:10:57 +00:00
Merge pull request #446 from Installomator/Micosorft-Endpoint-Manager-(Intune)
Micosorft endpoint manager (intune)
This commit is contained in:
@@ -12,7 +12,7 @@ We have put a lot of work into making it stable and safe, but we cannot - of cou
|
|||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
Intallomator was original inspired by the download scripts from William Smith and Sander Schram, and created by:
|
Intallomator was originally inspired by the download scripts from William Smith and Sander Schram, and created by:
|
||||||
Armin Briegel - @scriptingosx
|
Armin Briegel - @scriptingosx
|
||||||
|
|
||||||
Later on a few more contributers came on the project:
|
Later on a few more contributers came on the project:
|
||||||
|
|||||||
@@ -80,6 +80,7 @@ LOGO=appstore
|
|||||||
# - mosyleb Mosyle Business
|
# - mosyleb Mosyle Business
|
||||||
# - mosylem Mosyle Manager (Education)
|
# - mosylem Mosyle Manager (Education)
|
||||||
# - addigy Addigy
|
# - addigy Addigy
|
||||||
|
# - microsoft Microsoft Endpoint Manager (Intune)
|
||||||
# path can also be set in the command call, and if file exists, it will be used.
|
# path can also be set in the command call, and if file exists, it will be used.
|
||||||
# Like 'LOGO="/System/Applications/App\ Store.app/Contents/Resources/AppIcon.icns"'
|
# Like 'LOGO="/System/Applications/App\ Store.app/Contents/Resources/AppIcon.icns"'
|
||||||
# (spaces have to be escaped).
|
# (spaces have to be escaped).
|
||||||
|
|||||||
@@ -55,6 +55,11 @@ case $LOGO in
|
|||||||
LOGO="/Library/Addigy/macmanage/MacManage.app/Contents/Resources/atom.icns"
|
LOGO="/Library/Addigy/macmanage/MacManage.app/Contents/Resources/atom.icns"
|
||||||
if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi
|
if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi
|
||||||
;;
|
;;
|
||||||
|
microsoft)
|
||||||
|
# Microsoft Endpoint Manager (Intune)
|
||||||
|
LOGO="/Library/Intune/Microsoft Intune Agent.app/Contents/Resources/AppIcon.icns"
|
||||||
|
if [[ -z $MDMProfileName ]]; then; MDMProfileName="Management Profile"; fi
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
if [[ ! -a "${LOGO}" ]]; then
|
if [[ ! -a "${LOGO}" ]]; then
|
||||||
if [[ $(sw_vers -buildVersion) > "19" ]]; then
|
if [[ $(sw_vers -buildVersion) > "19" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user