diff options
Diffstat (limited to '')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/ubuntu-dev-image | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-dev-image b/sca-cpp/trunk/ubuntu/ubuntu-dev-image index 3d3827bc81..183941aae6 100755 --- a/sca-cpp/trunk/ubuntu/ubuntu-dev-image +++ b/sca-cpp/trunk/ubuntu/ubuntu-dev-image @@ -15,8 +15,9 @@ # specific language governing permissions and limitations # under the License. -# Install the required system tools and libraries, the runtime dependencies and -# the Tuscany SCA runtime on a fresh Ubuntu Server 9.10 image. +# Install a complete distribution, the required system tools and libraries, +# the runtime dependencies and the Tuscany SCA runtime on a fresh Ubuntu +# Server 9.10 image. # Display commands as they are executed set -x @@ -32,7 +33,7 @@ cd /mnt/tuscany # Download and run install script sudo apt-get -y install wget -wget http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all -chmod +x ./ubuntu-install-all -./ubuntu-install-all +wget http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/ubuntu/ubuntu-install +chmod +x ./ubuntu-install +./ubuntu-install |