diff options
Diffstat (limited to 'sca-cpp/trunk/ubuntu/ubuntu-dev-all-image')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/ubuntu-dev-all-image | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-dev-all-image b/sca-cpp/trunk/ubuntu/ubuntu-dev-all-image index 9f812f61a1..4015550662 100755 --- a/sca-cpp/trunk/ubuntu/ubuntu-dev-all-image +++ b/sca-cpp/trunk/ubuntu/ubuntu-dev-all-image @@ -16,8 +16,7 @@ # under the License. # Install a complete distribution, the required system tools and libraries, -# the runtime dependencies and the Tuscany SCA runtime on a fresh Ubuntu -# Server 10.10 image. +# runtime dependencies and the Tuscany SCA runtime on Ubuntu Server 12.04. # Display commands as they are executed set -x @@ -28,10 +27,10 @@ sudo apt-get update # Create install directory u=`id -un` g=`id -gn` -sudo mkdir -p /mnt/tuscany -sudo chown $u /mnt/tuscany -sudo chgrp $g /mnt/tuscany -cd /mnt/tuscany +sudo mkdir -p /opt/tuscany +sudo chown $u /opt/tuscany +sudo chgrp $g /opt/tuscany +cd /opt/tuscany # Download and run install script sudo apt-get -y install curl |