[Groonga-commit] droonga/droonga-http-server at 8d3a0ed [master] Stop to install Node.js via package manager

Back to archive index

KITAITI Makoto null+****@clear*****
Mon Jan 11 18:12:52 JST 2016


KITAITI Makoto	2016-01-11 18:12:52 +0900 (Mon, 11 Jan 2016)

  New Revision: 8d3a0edb775fe9244e39c9da6b57e063391c96fb
  https://github.com/droonga/droonga-http-server/commit/8d3a0edb775fe9244e39c9da6b57e063391c96fb

  Merged 0f9441b: Merge pull request #13 from KitaitiMakoto/systemd

  Message:
    Stop to install Node.js via package manager
    
    In order to install it from official site later.

  Modified files:
    install.sh

  Modified: install.sh (+1 -2)
===================================================================
--- install.sh    2016-01-11 18:01:40 +0900 (0ecc725)
+++ install.sh    2016-01-11 18:12:52 +0900 (6f5fb20)
@@ -295,7 +295,7 @@ installed_version() {
 # ====================== for Debian/Ubuntu ==========================
 prepare_environment_in_debian() {
   apt-get update
-  apt-get install -y curl nodejs nodejs-legacy npm
+  apt-get install -y curl
 
   if [ "$VERSION" != "release" ]; then
     apt-get install -y git
@@ -319,7 +319,6 @@ prepare_environment_in_centos() {
 
   yum -y --enablerepo=epel makecache
   yum -y install curl
-  yum -y --enablerepo=epel install npm
 
   if [ "$VERSION" != "release" ]; then
     yum -y install git
-------------- next part --------------
HTML����������������������������...
Télécharger 



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