From da174ecf9220dd89f42bc9ee09cfe2c2009a8c82 Mon Sep 17 00:00:00 2001 From: Gabe Marchan Date: Sun, 11 Jul 2021 16:29:28 -0500 Subject: [PATCH] Added OBS. --- Installomator.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Installomator.sh b/Installomator.sh index 545868f..0c3099f 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -2102,6 +2102,13 @@ nvivo) expectedTeamID="A66L57342X" blockingProcesses=( NVivo NVivoHelper ) ;; +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" + ;; obsidian) # credit: Søren Theilgaard (@theilgaard) name="Obsidian"