- 時間撮記:
- 2011-4-4 上午08:15:31 (14 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/linux/installer/autorun.sh
r31923 r36518 41 41 # execute the installer 42 42 if test "$ostype" = "Linux"; then 43 if test -f "$path/VBoxLinuxAdditions.run"; then 44 exec gksu /bin/sh "$path/VBoxLinuxAdditions.run" 45 fi 43 for i in "$path/VBoxLinuxAdditions.run" \ 44 "$path/VBoxLinuxAdditions-$arch.run"; do 45 if test -f "$i"; then 46 exec /bin/sh "$path/runasroot.sh" \ 47 "VirtualBox Guest Additions installation" "$i" \ 48 "Please try running $i manually." 49 fi 50 done 46 51 47 52 # else: unknown failure
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器