mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
324 B
Plaintext
10 lines
324 B
Plaintext
easeusdatarecoverywizard)
|
|
# credit: Søren Theilgaard (@theilgaard)
|
|
name="EaseUS Data Recovery Wizard"
|
|
type="dmg"
|
|
downloadURL=$( curl -fsIL https://down.easeus.com/product/mac_drw_free_setup | grep -i "^location" | awk '{print $2}' | tr -d '
|
|
' )
|
|
#appNewVersion=""
|
|
expectedTeamID="DLLVW95FSM"
|
|
;;
|