mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-03 22:04:30 +01:00
santa and nomad are forced to ignore blocking
Those applications are forcibly restarted by the launch agent, resulting in infinite blocking process processing.
This commit is contained in:
@@ -3724,6 +3724,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)
|
||||||
@@ -4248,6 +4249,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