[Mono-list] Beta testers wanted: Linux installer.

Miguel de Icaza miguel@novell.com
Tue, 06 Jan 2004 13:11:01 -0500


Hello,

    I want to test the new Linux Installer for Mono before we make it
public to everyone, if you are interested in testing the new installer,
please follow these steps:

	Open a terminal window.
	Using the su command, become superuser (root).
	Type the following command or cut and paste it into your terminal:

		wget -q -O - http://go.ximian.com |sh

    This will automatically download and run the Ximian Installer,
which will allow you to choose the software you wish to install. Once
you make your selections, the packages will be fetched from the
Internet and installed automatically.

    Please note, if you are using a proxy, replace the above line with:

    env http_proxy=http://host:port/ wget -q -O - http://go.ximian.com |sh

Where "host" is your proxy host and "port" is your proxy port number.

  <p>Having trouble installing? You can get help at our <a href="http://www.ximian.com/support/">Support Center</a>.

Miguel