mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Merge pull request #621 from kenchan0130/patch-2
santa and nomad are forced to ignore blocking
This commit is contained in:
@@ -4115,6 +4115,7 @@ nomad)
|
|||||||
downloadURL="https://files.nomad.menu/NoMAD.pkg"
|
downloadURL="https://files.nomad.menu/NoMAD.pkg"
|
||||||
appNewVersion=$(curl -fs https://nomad.menu/support/ | grep "NoMAD Downloads" | sed -E 's/.*Current Version ([0-9\.]*)<.*/\1/g')
|
appNewVersion=$(curl -fs https://nomad.menu/support/ | grep "NoMAD Downloads" | sed -E 's/.*Current Version ([0-9\.]*)<.*/\1/g')
|
||||||
expectedTeamID="VRPY9KHGX6"
|
expectedTeamID="VRPY9KHGX6"
|
||||||
|
blockingProcesses=( NONE )
|
||||||
;;
|
;;
|
||||||
nomadlogin)
|
nomadlogin)
|
||||||
# credit: Søren Theilgaard (@theilgaard)
|
# credit: Søren Theilgaard (@theilgaard)
|
||||||
@@ -4646,6 +4647,7 @@ santa)
|
|||||||
downloadURL=$(downloadURLFromGit google santa)
|
downloadURL=$(downloadURLFromGit google santa)
|
||||||
appNewVersion=$(versionFromGit google santa)
|
appNewVersion=$(versionFromGit google santa)
|
||||||
expectedTeamID="EQHXZ8M8AV"
|
expectedTeamID="EQHXZ8M8AV"
|
||||||
|
blockingProcesses=( NONE )
|
||||||
;;
|
;;
|
||||||
scaleft)
|
scaleft)
|
||||||
name="ScaleFT"
|
name="ScaleFT"
|
||||||
|
|||||||
Reference in New Issue
Block a user