mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Microsoft Endpoint Manager (Intune)
This commit is contained in:
@@ -80,7 +80,7 @@ LOGO=appstore
|
||||
# - mosyleb Mosyle Business
|
||||
# - mosylem Mosyle Manager (Education)
|
||||
# - addigy Addigy
|
||||
# - microsoft Microsoft Endpoint Manager (formerly known as Intune)
|
||||
# - microsoft Microsoft Endpoint Manager (Intune)
|
||||
# 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"'
|
||||
# (spaces have to be escaped).
|
||||
|
||||
@@ -56,7 +56,7 @@ case $LOGO in
|
||||
if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi
|
||||
;;
|
||||
microsoft)
|
||||
# Microsoft Endpoint Manager (formerly known as Intune)
|
||||
# Microsoft Endpoint Manager (Intune)
|
||||
LOGO="/Applications/Company Portal.app/Contents/Resources/AppIcon.icns"
|
||||
#if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user