quit taskbar closer to install and restart after install

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9386 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2004-10-18 02:27:27 +00:00
parent 614026d717
commit 0566c7b352

View File

@ -29,17 +29,20 @@ fi
fi
quit "application/x-vnd.Be-POST"
quit "application/x-vnd.Be-TSKB"
if [ -n "$TTY" ]
then
quit "application/x-vnd.Be-POST"
quit "application/x-vnd.Be-TSKB"
unzip -d / install.zip
/boot/beos/system/Deskbar > /dev/null &
else
response=`alert "Would you like to automatically overwrite existing files, or receive a prompt?" "Overwrite" "Prompt"`
if [ $response == "Overwrite" ]
then
quit "application/x-vnd.Be-POST"
quit "application/x-vnd.Be-TSKB"
unzip -od / install.zip
/boot/beos/system/Deskbar > /dev/null &
alert "Finished installing" "Thanks"
else
if [ -e /boot/beos/apps/Terminal ]