diff --git a/Installomator.sh b/Installomator.sh index 6d7ad1d..514536d 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -1470,6 +1470,13 @@ dangerzone) downloadURL=$(curl -s https://dangerzone.rocks/ | grep https://github.com/firstlookmedia/dangerzone/releases/download | grep \.dmg | cut -d'"' -f2) expectedTeamID="P24U45L8P5" ;; +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" + ;; # MARK: add new labels above here @@ -1640,6 +1647,7 @@ microsoftdefenderatp) updateToolArguments=( --install --apps WDAV00 ) ;; + # this description is so you can provide all variables as arguments # it will only check if the required variables are setting valuesfromarguments) diff --git a/Labels.txt b/Labels.txt index 06fb221..b676a0e 100644 --- a/Labels.txt +++ b/Labels.txt @@ -60,6 +60,7 @@ karabinerelements keepassxc keka krisp +libreoffice malwarebytes mattermost microsoftautoupdate