From eb06b7a1791fdd088aad16d894e660a52ce565b1 Mon Sep 17 00:00:00 2001 From: bradled Date: Tue, 16 Aug 2016 11:21:30 -0700 Subject: [PATCH 1/4] Update configure-geth.sh --- go-ethereum-on-ubuntu/configure-geth.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/go-ethereum-on-ubuntu/configure-geth.sh b/go-ethereum-on-ubuntu/configure-geth.sh index 87bf130c3731..59c010ae90d0 100644 --- a/go-ethereum-on-ubuntu/configure-geth.sh +++ b/go-ethereum-on-ubuntu/configure-geth.sh @@ -30,7 +30,6 @@ time sudo update-alternatives --install /usr/bin/node nodejs /usr/bin/nodejs 100 time sudo apt-get -y git time sudo apt-get install -y software-properties-common time sudo add-apt-repository -y ppa:ethereum/ethereum -time sudo add-apt-repository -y ppa:ethereum/ethereum-dev time sudo apt-get update time sudo apt-get install -y ethereum From 0eb0958796df8dd43dc0c6eebdc4cc8798a3b11d Mon Sep 17 00:00:00 2001 From: bradled Date: Tue, 16 Aug 2016 11:29:28 -0700 Subject: [PATCH 2/4] Update azuredeploy.json --- go-ethereum-on-ubuntu/azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-ethereum-on-ubuntu/azuredeploy.json b/go-ethereum-on-ubuntu/azuredeploy.json index ab7f0e0160c3..4f7f0599a5df 100644 --- a/go-ethereum-on-ubuntu/azuredeploy.json +++ b/go-ethereum-on-ubuntu/azuredeploy.json @@ -193,7 +193,7 @@ "autoUpgradeMinorVersion": true, "settings": { "fileUris": [ - "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/go-ethereum-on-ubuntu/configure-geth.sh" + "https://raw.githubusercontent.com/bradled/azure-quickstart-templates/master/go-ethereum-on-ubuntu/configure-geth.sh" ], "commandToExecute": "[concat('sh configure-geth.sh ', parameters('adminUsername'))]" } From 5ac1d0a93af4715a63633f0909de25aac14be277 Mon Sep 17 00:00:00 2001 From: bradled Date: Tue, 16 Aug 2016 13:15:52 -0700 Subject: [PATCH 3/4] Update azuredeploy.json --- go-ethereum-on-ubuntu/azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-ethereum-on-ubuntu/azuredeploy.json b/go-ethereum-on-ubuntu/azuredeploy.json index 4f7f0599a5df..b0cbeadf25df 100644 --- a/go-ethereum-on-ubuntu/azuredeploy.json +++ b/go-ethereum-on-ubuntu/azuredeploy.json @@ -193,7 +193,7 @@ "autoUpgradeMinorVersion": true, "settings": { "fileUris": [ - "https://raw.githubusercontent.com/bradled/azure-quickstart-templates/master/go-ethereum-on-ubuntu/configure-geth.sh" + "https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/go-ethereum-on-ubuntu/configure-geth.sh" ], "commandToExecute": "[concat('sh configure-geth.sh ', parameters('adminUsername'))]" } From 5c02b38d811c20abee63fbc5d7a79d5033781bb8 Mon Sep 17 00:00:00 2001 From: bradled Date: Tue, 16 Aug 2016 13:20:01 -0700 Subject: [PATCH 4/4] Changing back to original uri after testing --- go-ethereum-on-ubuntu/azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-ethereum-on-ubuntu/azuredeploy.json b/go-ethereum-on-ubuntu/azuredeploy.json index b0cbeadf25df..ab7f0e0160c3 100644 --- a/go-ethereum-on-ubuntu/azuredeploy.json +++ b/go-ethereum-on-ubuntu/azuredeploy.json @@ -193,7 +193,7 @@ "autoUpgradeMinorVersion": true, "settings": { "fileUris": [ - "https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/go-ethereum-on-ubuntu/configure-geth.sh" + "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/go-ethereum-on-ubuntu/configure-geth.sh" ], "commandToExecute": "[concat('sh configure-geth.sh ', parameters('adminUsername'))]" }