diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-09 12:07:49 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-09 12:07:49 -0800 |
commit | 590e35a6f5a5959e32328f4add2aa8ef672469c5 (patch) | |
tree | d82b5faef6463c85b0e6f8c472e2ed105ac65dc4 /indra/viewer_components/updater/scripts/darwin | |
parent | 656b936915d5fd29f213f8eb7cd3873baed19109 (diff) | |
parent | 8c9b707d586150c7562a8bc74934e09894900a27 (diff) |
Automated merge with https://bitbucket.org/mani_linden/viewer-development/
Diffstat (limited to 'indra/viewer_components/updater/scripts/darwin')
-rwxr-xr-x | indra/viewer_components/updater/scripts/darwin/update_install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/viewer_components/updater/scripts/darwin/update_install b/indra/viewer_components/updater/scripts/darwin/update_install new file mode 100755 index 0000000000..24d344ca52 --- /dev/null +++ b/indra/viewer_components/updater/scripts/darwin/update_install @@ -0,0 +1,6 @@ +#! /bin/bash + +hdiutil attach -nobrowse $1 +cp -R /Volumes/Second\ Life\ Installer/Second\ Life\ Viewer\ 2.app /Applications +hdiutil detach /Volumes/Second\ Life\ Installer +open /Applications/Second\ Life\ Viewer\ 2.app
\ No newline at end of file |