mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
280 B
Bash
8 lines
280 B
Bash
steelseriesengine)
|
|
name="SteelSeries GG"
|
|
type="pkg"
|
|
downloadURL="https://steelseries.com/engine/latest/darwin"
|
|
appNewVersion="$(curl -fsIL "$downloadURL" | grep -i "^location" | sed -E 's/.*SteelSeriesGG([0-9.]*)\.pkg/\1/')"
|
|
expectedTeamID="6WGL6CHFH2"
|
|
;;
|