You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2011/07/03 00:07:57 UTC

svn commit: r1142330 - /trafficserver/site/branches/ats-cms/install-ubuntu.sh

Author: igalic
Date: Sat Jul  2 22:07:57 2011
New Revision: 1142330

URL: http://svn.apache.org/viewvc?rev=1142330&view=rev
Log:
Most people have apt-get, aptitude is not default.

Modified:
    trafficserver/site/branches/ats-cms/install-ubuntu.sh

Modified: trafficserver/site/branches/ats-cms/install-ubuntu.sh
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/install-ubuntu.sh?rev=1142330&r1=1142329&r2=1142330&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/install-ubuntu.sh (original)
+++ trafficserver/site/branches/ats-cms/install-ubuntu.sh Sat Jul  2 22:07:57 2011
@@ -16,7 +16,7 @@
 #           specific language governing permissions and limitations
 #           under the License.
 
-sudo aptitude install python-markdown libsoap-lite-perl libxml-atom-perl libsvn-perl
+sudo apt-get install python-markdown libsoap-lite-perl libxml-atom-perl libsvn-perl
 ( cd /usr/local/bin && 
 sudo ln -s /usr/bin/markdown_py markdown )