diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-09 11:23:32 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-09 11:23:32 -0800 |
commit | fdf616c59d87219e2d5ad6e12687cf2793cfba1e (patch) | |
tree | ec55d1532ed59426d2955e1d50bf5a48eab00b63 /indra/viewer_components/updater/scripts | |
parent | 1a711b3fd5912776424012fcfcb472baf6c195af (diff) |
beginnings of the update installer (with simple install script for darwin).
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 |