setup-ipsec-vpn/azure/install.sh
hwdsl2 0316b0f755 Fix Azure template
- Switch to version 2 of the Azure Custom Script Extension
- Use default VM size "Basic_A0" for deployments (configurable)
- Clean up install.sh, and other minor improvements
2017-05-31 14:13:54 -05:00

8 lines
140 B
Bash

#!/bin/sh
export VPN_IPSEC_PSK=$1
export VPN_USER=$2
export VPN_PASSWORD=$3
wget https://git.io/vpnsetup -O vpnsetup.sh && sh vpnsetup.sh