Commit c7d3c746 authored by Administrator's avatar Administrator

[FIX] aptitude not installed by default on Ubuntu.

parent 5078ac0a
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
# TODO do apt-get install --force-yes --force-yes # TODO do apt-get install --force-yes --force-yes
apt-get install --force-yes postgresql apt-get install --force-yes postgresql
apt-get install --force-yes postgresql-contrib apt-get install --force-yes postgresql-contrib
apt-get install --force-yes rabbitmq-server apt-get install --force-yes rabbitmq-server
...@@ -40,7 +39,7 @@ apt-get install --force-yes liblapack-dev ...@@ -40,7 +39,7 @@ apt-get install --force-yes liblapack-dev
#nlpserver #nlpserver
apt-get install --force-yes libgflags-dev apt-get install --force-yes libgflags-dev
aptitude install --force-yes libgoogle-glog-dev apt-get install --force-yes libgoogle-glog-dev
# MElt # MElt
# soon # soon
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment