mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-06 14:23:06 +01: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)
|
downloadURL=$(curl -s https://dangerzone.rocks/ | grep https://github.com/firstlookmedia/dangerzone/releases/download | grep \.dmg | cut -d'"' -f2)
|
||||||
expectedTeamID="P24U45L8P5"
|
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
|
# MARK: add new labels above here
|
||||||
|
|
||||||
@@ -1640,6 +1647,7 @@ microsoftdefenderatp)
|
|||||||
updateToolArguments=( --install --apps WDAV00 )
|
updateToolArguments=( --install --apps WDAV00 )
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
||||||
# 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
|
||||||
valuesfromarguments)
|
valuesfromarguments)
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ karabinerelements
|
|||||||
keepassxc
|
keepassxc
|
||||||
keka
|
keka
|
||||||
krisp
|
krisp
|
||||||
|
libreoffice
|
||||||
malwarebytes
|
malwarebytes
|
||||||
mattermost
|
mattermost
|
||||||
microsoftautoupdate
|
microsoftautoupdate
|
||||||
|
|||||||
Reference in New Issue
Block a user