diff --git a/aws/cloudformation-template-ipsec.json b/aws/cloudformation-template-ipsec.json index 9e742ab..c4b295b 100644 --- a/aws/cloudformation-template-ipsec.json +++ b/aws/cloudformation-template-ipsec.json @@ -384,7 +384,7 @@ "Ref": "VpnPassword" }, "'\n", - "wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnstart\n", + "wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnsetup\n", "sh vpn.sh\n", "cfn-signal -e 0 ", " --stack ", diff --git a/azure/install.sh b/azure/install.sh index bf83550..41738f9 100755 --- a/azure/install.sh +++ b/azure/install.sh @@ -4,4 +4,4 @@ export VPN_IPSEC_PSK=$1 export VPN_USER=$2 export VPN_PASSWORD=$3 -wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnstart && sh vpn.sh +wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnsetup && sh vpn.sh