mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
368 B
Bash
8 lines
368 B
Bash
screamingfrogseospider)
|
|
name="Screaming Frog SEO Spider"
|
|
type="dmg"
|
|
downloadURL=$(curl -fs "https://www.screamingfrog.co.uk/wp-content/themes/screamingfrog/inc/download-modal.php" | grep -i -o "https.*\.dmg" | head -1)
|
|
appNewVersion=$(print "$downloadURL" | sed -E 's/https.*\/[a-zA-Z]*-([0-9.]*)\.dmg/\1/g')".0"
|
|
expectedTeamID="CAHEVC3HZC"
|
|
;;
|