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

8 lines
229 B
Bash

obs)
# credit: Gabe Marchan (gabemarchan.com - @darklink87)
name="OBS"
type="dmg"
downloadURL=$(curl -fs "https://obsproject.com/download" | awk -F '"' "/dmg/ {print \$10}")
expectedTeamID="2MMRE5MTB8"
;;