mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-25 21:03:56 +00:00
Add Logitech Options
Install via the PKG contained with the installer app wrapper
This commit is contained in:
@@ -1917,6 +1917,15 @@ libreoffice)
|
|||||||
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z]*_([0-9.]*)_.*/\1/g' )
|
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z]*_([0-9.]*)_.*/\1/g' )
|
||||||
expectedTeamID="7P5S3ZLCN7"
|
expectedTeamID="7P5S3ZLCN7"
|
||||||
;;
|
;;
|
||||||
|
logitechoptions)
|
||||||
|
# credit: AP Orlebeke (@apizz)
|
||||||
|
name="Logitech Options"
|
||||||
|
type="pkgInZip"
|
||||||
|
downloadURL=$(curl -fs -L https://www.logitech.com/en-us/product/options | grep -m 1 -o "https.*zip" | sed 's/\"//' | awk '{print $1}')
|
||||||
|
appNewVersion=$(curl -fs -L https://www.logitech.com/en-us/product/options | grep -m 1 -o "https.*zip" | sed 's/\"//' | awk '{print $1}' | sed -E 's/.*_([0-9\.]*)[-\.].*/\1/' )
|
||||||
|
pkgName="LogiMgr Installer ${appNewVersion}.app/Contents/Resources/LogiMgr.pkg"
|
||||||
|
expectedTeamID="QED4VVPZWA"
|
||||||
|
;;
|
||||||
loom)
|
loom)
|
||||||
# credit: Lance Stephens (@pythoninthegrass on MacAdmins Slack)
|
# credit: Lance Stephens (@pythoninthegrass on MacAdmins Slack)
|
||||||
name="Loom"
|
name="Loom"
|
||||||
|
|||||||
Reference in New Issue
Block a user