From d96fc31da30e5d093862eeda6c94f625eb44449a Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Tue, 20 Sep 2011 04:45:27 +0000 Subject: Fix broken links, update to latest dependencies, and use curl instead of wget to download them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172976 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/ubuntu/uec2-dev-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-cpp/trunk/ubuntu/uec2-dev-image') diff --git a/sca-cpp/trunk/ubuntu/uec2-dev-image b/sca-cpp/trunk/ubuntu/uec2-dev-image index 206443a7ae..9b476b7176 100755 --- a/sca-cpp/trunk/ubuntu/uec2-dev-image +++ b/sca-cpp/trunk/ubuntu/uec2-dev-image @@ -19,5 +19,5 @@ host=$1 # Download and execute Tuscany SCA install script -ssh -i $HOME/.ec2/ec2-keypair.pem ubuntu@$host "wget http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/ubuntu/ubuntu-dev-image; chmod 700 ./ubuntu-dev-image; ./ubuntu-dev-image" +ssh -i $HOME/.ec2/ec2-keypair.pem ubuntu@$host "curl -OL http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/ubuntu/ubuntu-dev-image; chmod 700 ./ubuntu-dev-image; ./ubuntu-dev-image" -- cgit v1.2.3