Add LibreOffice

This commit is contained in:
Micah Lee
2020-11-19 12:49:26 -08:00
parent 7a61f8db43
commit b5a980eeae
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -55,6 +55,7 @@ jamfreenroller
karabinerelements karabinerelements
keepassxc keepassxc
krisp krisp
libreoffice
malwarebytes malwarebytes
mattermost mattermost
microsoftautoupdate microsoftautoupdate