[Groonga-commit] droonga/droonga-http-server at 440ce4e [master] Install curl

Back to archive index

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


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

  New Revision: 440ce4e0eadd8938d11273c1a13461352ddc22b1
  https://github.com/droonga/droonga-http-server/commit/440ce4e0eadd8938d11273c1a13461352ddc22b1

  Message:
    Install curl

  Modified files:
    install.sh

  Modified: install.sh (+3 -1)
===================================================================
--- install.sh    2014-09-26 16:03:53 +0900 (c582318)
+++ install.sh    2014-09-26 16:06:18 +0900 (4ce3cfc)
@@ -250,7 +250,7 @@ installed_version() {
 prepare_environment_in_debian() {
   apt-get update
   apt-get -y upgrade
-  apt-get install -y nodejs nodejs-legacy npm
+  apt-get install -y curl nodejs nodejs-legacy npm
 
   if [ "$VERSION" = "master" ]; then
     apt-get install -y git
@@ -274,6 +274,8 @@ prepare_environment_in_centos() {
     cat $backup | $sed -e "s/enabled=1/enabled=0/" \
       > $epel_repo
   fi
+  yum --enablerepo=epel update
+  yum -y install curl
   yum -y --enablerepo=epel install npm
 
   if [ "$VERSION" = "master" ]; then
-------------- next part --------------
HTML����������������������������...
Descargar 



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