mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-12 22:05:07 +01:00
create superhuman.sh
This commit is contained in:
10
fragments/labels/superhuman.sh
Normal file
10
fragments/labels/superhuman.sh
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
superhuman)
|
||||||
|
name="superhuman"
|
||||||
|
type="dmg"
|
||||||
|
if [[ $(arch) == "arm64" ]]; then
|
||||||
|
downloadURL="https://download.superhuman.com/Superhuman-arm64.dmg"
|
||||||
|
elif [[ $(arch) == "i386" ]]; then
|
||||||
|
downloadURL="https://download.superhuman.com/Superhuman.dmg"
|
||||||
|
fi
|
||||||
|
expectedTeamID="6XHFYUTQGX"
|
||||||
|
;;
|
||||||
Reference in New Issue
Block a user