Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created July 27, 2017 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/4f1e3fcdc1ecef369dfcf40efb2202ee to your computer and use it in GitHub Desktop.
Save rtrouton/4f1e3fcdc1ecef369dfcf40efb2202ee to your computer and use it in GitHub Desktop.
F5 Big-IP VPN client postinstall script
#!/bin/bash
# Determine working directory
install_dir=`dirname $0`
# Install F5 Big-IP VPN client
/usr/sbin/installer -dumplog -verbose -pkg "$install_dir/mac_edgesvpn.pkg" -target "$3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment