Minor fix to EC2 image configuration script.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063149 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a9efdb471e
commit
773cd23970
1 changed files with 2 additions and 2 deletions
|
@ -90,6 +90,6 @@ if [ "$?" != "0" ]; then
|
|||
fi
|
||||
|
||||
# Download and install the Tuscany runtime
|
||||
wget http://people.apache.org/~jsdelfino/tuscany/test/tuscany-sca-cpp-all-1.0-src.tar.gz
|
||||
tar xzf tuscany-sca-cpp-all-1.0-src.tar.gz
|
||||
wget http://people.apache.org/~jsdelfino/tuscany/test/tuscany-sca-cpp-all-1.0.tar.gz
|
||||
tar xzf tuscany-sca-cpp-all-1.0.tar.gz
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue