mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-01 06:13:13 +01:00
Support App fixed
Now `supportapp` label have been fixed, so that it will be quit, and can be installed if it is running.
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
supportapp)
|
supportapp)
|
||||||
# credit: Søren Theilgaard (@theilgaard)
|
|
||||||
name="Support"
|
name="Support"
|
||||||
type="pkg"
|
type="pkg"
|
||||||
packageID="nl.root3.support"
|
packageID="nl.root3.support"
|
||||||
downloadURL=$(downloadURLFromGit root3nl SupportApp)
|
downloadURL=$(downloadURLFromGit root3nl SupportApp)
|
||||||
appNewVersion=$(versionFromGit root3nl SupportApp)
|
appNewVersion=$(versionFromGit root3nl SupportApp)
|
||||||
expectedTeamID="98LJ4XBGYK"
|
expectedTeamID="98LJ4XBGYK"
|
||||||
|
uid=$(id -u "$currentUser")
|
||||||
|
launchctl bootout gui/${uid} "/Library/LaunchAgents/nl.root3.support.plist"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user