From bb367047dc40f8bf569a22a8573533e4e1dd9978 Mon Sep 17 00:00:00 2001 From: Daniel Falkner Date: Wed, 10 Aug 2016 19:50:03 +0200 Subject: [PATCH] installUrl point to upstream repo --- azure/azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/azuredeploy.json b/azure/azuredeploy.json index bc2d226..ef01b23 100644 --- a/azure/azuredeploy.json +++ b/azure/azuredeploy.json @@ -113,7 +113,7 @@ "sku": "8", "version": "latest" }, - "installScriptURL": "https://raw.githubusercontent.com/derdanu/setup-ipsec-vpn/master/azure/install.sh", + "installScriptURL": "https://raw.githubusercontent.com/hwdsl2/setup-ipsec-vpn/master/azure/install.sh", "installCommand": "[concat('sh install.sh ', parameters('preSharedKey'), ' ', parameters('username'), ' ', parameters('password'))]" }, "resources": [