Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mosyle deployment script #107

Merged

Conversation

uttie-huntress
Copy link
Contributor

Per customer request, we now have a deployment script for Mosyle MDM.
This will allow the install of the agent via that MDM

Credit to @stuartjash

OPTARG="${OPTARG#=}" # if long option argument, remove assigning `=`
fi
case "$OPT" in
a | account_key)

Check notice

Code scanning / Shellcheck (reported by Codacy)

This case is not specified by getopts. Note

This case is not specified by getopts.
a | account_key)
account_key="$OPTARG"
;;
o | organization_key)

Check notice

Code scanning / Shellcheck (reported by Codacy)

This case is not specified by getopts. Note

This case is not specified by getopts.
o | organization_key)
organization_key="$OPTARG"
;;
h | help)

Check notice

Code scanning / Shellcheck (reported by Codacy)

This case is not specified by getopts. Note

This case is not specified by getopts.
@uttie-huntress
Copy link
Contributor Author

Bump @huntresslabs/macos

@uttie-huntress uttie-huntress merged commit 09df962 into main Jan 6, 2025
4 checks passed
@uttie-huntress uttie-huntress deleted the feature/sc-145705-add-mosyle-deployment-script branch January 6, 2025 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants