mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-16 05:10:57 +00:00
@@ -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)
|
||||
|
||||
@@ -60,6 +60,7 @@ karabinerelements
|
||||
keepassxc
|
||||
keka
|
||||
krisp
|
||||
libreoffice
|
||||
malwarebytes
|
||||
mattermost
|
||||
microsoftautoupdate
|
||||
|
||||
Reference in New Issue
Block a user