[Groonga-commit] droonga/droonga-engine at 3780bc3 [master] Install curl

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Sep 26 16:06:02 JST 2014


YUKI Hiroshi	2014-09-26 16:06:02 +0900 (Fri, 26 Sep 2014)

  New Revision: 3780bc37c5b825f2e75db3f3c363e020fe80e602
  https://github.com/droonga/droonga-engine/commit/3780bc37c5b825f2e75db3f3c363e020fe80e602

  Message:
    Install curl

  Modified files:
    install.sh

  Modified: install.sh (+2 -2)
===================================================================
--- install.sh    2014-09-26 16:03:36 +0900 (72c6d94)
+++ install.sh    2014-09-26 16:06:02 +0900 (f5e7753)
@@ -221,7 +221,7 @@ install_master() {
 prepare_environment_in_debian() {
   apt-get update
   apt-get -y upgrade
-  apt-get install -y ruby ruby-dev build-essential
+  apt-get install -y curl ruby ruby-dev build-essential
 
   if [ "$VERSION" = "master" ]; then
     apt-get install -y git
@@ -235,7 +235,7 @@ prepare_environment_in_debian() {
 prepare_environment_in_centos() {
   yum update
   yum -y groupinstall development
-  yum -y install ruby-devel
+  yum -y install curl ruby-devel
 
   if [ "$VERSION" = "master" ]; then
     yum -y install git
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index