mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
new label: logitechoptionsplus
This commit is contained in:
11
fragments/labels/logitechoptionsplus.sh
Normal file
11
fragments/labels/logitechoptionsplus.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
logitechoptionsplus)
|
||||
name="Logi Options+"
|
||||
archiveName="logioptionsplus_installer.zip"
|
||||
appName="logioptionsplus_installer.app"
|
||||
type="zip"
|
||||
downloadURL="https://download01.logi.com/web/ftp/pub/techsupport/optionsplus/logioptionsplus_installer.zip"
|
||||
appNewVersion=$(curl -fs "https://support.logi.com/api/v2/help_center/en-us/articles.json?label_names=webcontent=productdownload,webos=mac-macos-x-11.0" | tr "," "\n" | grep -A 10 "macOS" | grep -B 5 -ie "https.*/.*/optionsplus/.*\.zip" | grep "Software Version" | sed 's/\\u[0-9a-z][0-9a-z][0-9a-z][0-9a-z]//g' | grep -ioe "Software Version.*[0-9.]*" | tr "/" "\n" | grep -oe "[0-9.]*" | head -1)
|
||||
CLIInstaller="logioptionsplus_installer.app/Contents/MacOS/logioptionsplus_installer"
|
||||
CLIArguments=(--quiet)
|
||||
expectedTeamID="QED4VVPZWA"
|
||||
;;
|
||||
Reference in New Issue
Block a user