[Groonga-commit] droonga/droonga-engine at 5aea413 [master] Remove needless sudo

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Sep 29 10:04:46 JST 2014


YUKI Hiroshi	2014-09-29 10:04:46 +0900 (Mon, 29 Sep 2014)

  New Revision: 5aea413733384ee833b083a759fa1f66b5fa391e
  https://github.com/droonga/droonga-engine/commit/5aea413733384ee833b083a759fa1f66b5fa391e

  Message:
    Remove needless sudo

  Modified files:
    install.sh

  Modified: install.sh (+2 -2)
===================================================================
--- install.sh    2014-09-29 10:03:03 +0900 (8e55bfc)
+++ install.sh    2014-09-29 10:04:46 +0900 (65d128f)
@@ -237,8 +237,8 @@ prepare_environment_in_debian() {
     local groonga_list=/etc/apt/sources.list.d/groonga.list
     echo "deb http://packages.groonga.org/debian/ wheezy main" >> $groonga_list
     echo "deb-src http://packages.groonga.org/debian/ wheezy main" >> $groonga_list
-    sudo apt-get update
-    sudo apt-get install -y --allow-unauthenticated groonga-keyring
+    apt-get update
+    apt-get install -y --allow-unauthenticated groonga-keyring
     use_libgroonga_dev=yes
   fi
 
-------------- next part --------------
HTML����������������������������...
Download 



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