diff --git a/aws/cloudformation-template-ipsec.json b/aws/cloudformation-template-ipsec.json index 82af91d..7d137b4 100644 --- a/aws/cloudformation-template-ipsec.json +++ b/aws/cloudformation-template-ipsec.json @@ -387,7 +387,7 @@ "Ref": "VpnPassword" }, "'\n", - "wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnsetup\n", + "wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnstart\n", "sh vpn.sh\n", "cfn-signal -e 0 ", " --stack ", diff --git a/azure/install.sh b/azure/install.sh index 7a64340..bf83550 100755 --- a/azure/install.sh +++ b/azure/install.sh @@ -4,7 +4,4 @@ export VPN_IPSEC_PSK=$1 export VPN_USER=$2 export VPN_PASSWORD=$3 -# Wait 60 seconds for apt/dpkg lock -sleep 60 - -wget https://git.io/vpnsetup -O vpn.sh && sh vpn.sh +wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnstart && sh vpn.sh