diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-09 11:23:44 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-09 11:23:44 -0800 |
commit | 8c9b707d586150c7562a8bc74934e09894900a27 (patch) | |
tree | d9d9d4cd5d1e5e470099e445c6f8397c019389b6 /indra/viewer_components/updater/scripts | |
parent | 5da253fdde8737361333161517c1173358bd17ff (diff) | |
parent | fdf616c59d87219e2d5ad6e12687cf2793cfba1e (diff) |
Automated merge with https://bitbucket.org/mani_linden/viewer-development/
Diffstat (limited to 'indra/viewer_components/updater/scripts')
-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 |