mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-31 14:23:26 +01:00
Add Docker Desktop
Add Docker Desktop
This commit is contained in:
@@ -635,7 +635,12 @@ case $label in
|
|||||||
updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
|
updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
|
||||||
updateToolArguments=( --install --apps WDAV00 )
|
updateToolArguments=( --install --apps WDAV00 )
|
||||||
;;
|
;;
|
||||||
|
docker)
|
||||||
|
name="Docker"
|
||||||
|
type="dmg"
|
||||||
|
downloadURL="https://download.docker.com/mac/stable/Docker.dmg"
|
||||||
|
expectedTeamID="9BNSXJN65R"
|
||||||
|
;;
|
||||||
|
|
||||||
|
|
||||||
# these descriptions exist for testing and are intentionally broken
|
# these descriptions exist for testing and are intentionally broken
|
||||||
|
|||||||
Reference in New Issue
Block a user