#!/bin/sh

Dialog() { 
	Xdialog --title "Download Browser" --yesno "If you need a browser now, the Seamonkey browser suite is already included. 
Google Chrome can be installed with the Gslapt package manager, or you can try the latest version from Google. 
If you click yes, Get-Google-Chrome (found in the Control Panel) will download the latest version of Google Chrome from Google." 0 0 
}


if Dialog ;then
/usr/sbin/get-google-chrome.sh &
fi
