Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikimotoH/9e7ece046b62508472c2 to your computer and use it in GitHub Desktop.
Save MikimotoH/9e7ece046b62508472c2 to your computer and use it in GitHub Desktop.
Install Cisco AnyConnect on Mac OS X Yosemite (10.10.2)
postflight error because StartupItemContext doesn't exist in /usr/libexec .
Refer to http://www.symantec.com/connect/articles/altiris-agent-mac-support-mac-os-x-10-yosemite
create /usr/libexec/StartupItemContext
*************************************
#!/bin/sh
unset LAUNCHD_SOCKET
exec launchctl bsexec / "$@"
*************************************
chmod 755 StartupItemContext
After then, execute /Volumes/2.4.1012/vpn.pkg
@davious
Copy link

davious commented Jun 21, 2015

👍 works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment