Files
Installomator/fragments/labels/easeusdatarecoverywizard.sh
2021-08-16 16:55:28 +02:00

9 lines
326 B
Bash

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 '\r\n' )
#appNewVersion=""
expectedTeamID="DLLVW95FSM"
;;