mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-17 21:03:20 +00:00
9 lines
356 B
Bash
9 lines
356 B
Bash
lexarrecoverytool)
|
|
# credit: Søren Theilgaard (@theilgaard)
|
|
name="Lexar Recovery Tool"
|
|
type="appInDmgInZip"
|
|
downloadURL="https://www.lexar.com$( curl -fs "https://www.lexar.com/support/downloads/" | grep -i "mac" | grep -i "recovery" | head -1 | tr '"' '\n' | grep -i ".zip" )"
|
|
#appNewVersion=""
|
|
expectedTeamID="Y8HM6WR2DV"
|
|
;;
|