An installer for Windows is available.
" echo "Click here to download the installer (version $VERSION)
" else echo "No installer is currently available for Windows.
" fi fi if [ -f ../patch/lin/VERSION ]; then echo "A bundle for Linux is available.
" echo "Click here to download the bundle (version $VERSION)
" else echo "No bundle is currently available for Linux.
" fi fi if [ -f ../patch/VERSION ]; then echo "A XULRunner app bundle is available.
" echo "Click here to download the XULRunner app bundle (version $VERSION)
" echo "This bundle can be installed via the --install-app command on xulrunner itself and should be compatible with all platforms XULRunner runs on.
" else echo "No XULRunner app bundle is currently available.
" fi echo "A Firefox Extension is available.
" echo "Click here to install the extension (version $VERSION)" else echo "
No Firefox Extension is currently available.
" fi fi cat <