myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2988] trunk/installers/ubuntu/install.bash: Upda


From: noreply
Subject: [myexperiment-hackers] [2988] trunk/installers/ubuntu/install.bash: Updated Ubuntu installer so it works on 10.04 and 12.04
Date: Fri, 11 May 2012 15:56:58 +0000 (UTC)

Revision
2988
Author
drn05r
Date
2012-05-11 15:56:57 +0000 (Fri, 11 May 2012)

Log Message

Updated Ubuntu installer so it works on 10.04 and 12.04

Modified Paths

Diff

Modified: trunk/installers/ubuntu/install.bash (2987 => 2988)


--- trunk/installers/ubuntu/install.bash	2012-05-11 11:52:28 UTC (rev 2987)
+++ trunk/installers/ubuntu/install.bash	2012-05-11 15:56:57 UTC (rev 2988)
@@ -2,7 +2,7 @@
 
 echo ""
 echo "+----------------------------------------------------------------------------------------------+"
-echo "|                  Welcome to the myExperiment Installer for Ubuntu 10.04!                     |"
+echo "|           Welcome to the myExperiment Installer for Ubuntu 10.04 LTS / 12.04 LTS             |"
 echo "|  Go to http://wiki.myexperiment.org/index.php/Developer:UbuntuInstallation for more details. |"
 echo "+----------------------------------------------------------------------------------------------+"
 echo ""
@@ -21,7 +21,7 @@
 
 echo "Installing required packages using apt-get install"
 sudo apt-get update || { echo "Could not update apt-get. Aborting ..."; exit 5; }
-sudo -n apt-get install -y build-essential exim4 git-core curl libcurl3 libcurl3-gnutls libcurl4-openssl-dev openssl libreadline6 libreadline6-dev zlib1g zlib1g-dev libssl-dev libyaml-dev mysql-server libmysqlclient16-dev libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion libmagickwand-dev graphviz gcj-4.4-jre-headless || { echo "Could not install required using apt-get install. Aborting ..."; exit 6; }
+sudo -n apt-get install -y build-essential exim4 git-core curl libcurl3 libcurl3-gnutls libcurl4-openssl-dev openssl libreadline6 libreadline6-dev zlib1g zlib1g-dev libssl-dev libyaml-dev mysql-server libmysqlclient-dev libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion libmagickwand-dev graphviz gcj-jre-headless || { echo "Could not install required using apt-get install. Aborting ..."; exit 6; }
 
 echo "Installing and configuring RVM"
 sudo bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer ) || { echo "Could not install RVM. Aborting ..."; exit 7; }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]