mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Add LibreOffice
This commit is contained in:
@@ -1596,6 +1596,13 @@ microsoftdefenderatp)
|
|||||||
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 )
|
||||||
;;
|
;;
|
||||||
|
libreoffice)
|
||||||
|
# credit: Micah Lee (@micahflee)
|
||||||
|
name="LibreOffice"
|
||||||
|
type="dmg"
|
||||||
|
downloadURL="https://download.documentfoundation.org/libreoffice/stable/$(curl -s https://www.libreoffice.org/download/download/ | grep dl_version_number | head -n 1 | cut -d'>' -f3 | cut -d'<' -f1)/mac/x86_64/LibreOffice_$(curl -s https://www.libreoffice.org/download/download/ | grep dl_version_number | head -n 1 | cut -d'>' -f3 | cut -d'<' -f1)_MacOS_x86-64.dmg"
|
||||||
|
expectedTeamID="7P5S3ZLCN7"
|
||||||
|
;;
|
||||||
|
|
||||||
# this description is so you can provide all variables as arguments
|
# this description is so you can provide all variables as arguments
|
||||||
# it will only check if the required variables are setting
|
# it will only check if the required variables are setting
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ jamfreenroller
|
|||||||
karabinerelements
|
karabinerelements
|
||||||
keepassxc
|
keepassxc
|
||||||
krisp
|
krisp
|
||||||
|
libreoffice
|
||||||
malwarebytes
|
malwarebytes
|
||||||
mattermost
|
mattermost
|
||||||
microsoftautoupdate
|
microsoftautoupdate
|
||||||
|
|||||||
Reference in New Issue
Block a user