diff options
Diffstat (limited to 'sca-cpp/trunk/ubuntu/uec2-bin-all-image')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/uec2-bin-all-image | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/ubuntu/uec2-bin-all-image b/sca-cpp/trunk/ubuntu/uec2-bin-all-image index f8b34e9083..ce4f7853f3 100755 --- a/sca-cpp/trunk/ubuntu/uec2-bin-all-image +++ b/sca-cpp/trunk/ubuntu/uec2-bin-all-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-bin-all-image; chmod 700 ./ubuntu-bin-all-image; ./ubuntu-bin-all-image" +ssh -i $HOME/.ec2/ec2-keypair.pem ubuntu@$host "curl -OL http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image; chmod 700 ./ubuntu-bin-all-image; ./ubuntu-bin-all-image" |