Changeset 31923 in vbox for trunk/src/VBox
- Timestamp:
- Aug 24, 2010 1:07:52 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65133
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/autorun.sh
r29305 r31923 41 41 # execute the installer 42 42 if test "$ostype" = "Linux"; then 43 if test -f "$path/VBoxLinuxAdditions -$arch.run"; then44 exec gksu /bin/sh "$path/VBoxLinuxAdditions -$arch.run"43 if test -f "$path/VBoxLinuxAdditions.run"; then 44 exec gksu /bin/sh "$path/VBoxLinuxAdditions.run" 45 45 fi 46 46
Note:
See TracChangeset
for help on using the changeset viewer.