mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
293 B
Bash
8 lines
293 B
Bash
easyfind)
|
|
name="EasyFind"
|
|
type="zip"
|
|
downloadURL="$(curl -fs "https://www.devontechnologies.com/apps/freeware" | grep -o "http.*download.*.zip" | grep -i easyfind)"
|
|
appNewVersion="$(echo $downloadURL | sed -E 's/.*\/([0-9.]*)\/.*/\1/g')"
|
|
expectedTeamID="679S2QUWR8"
|
|
;;
|