From 6cceacd619f2d9eda766c807083ee5abde61c6b8 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 4 Oct 2012 05:18:03 +0900 Subject: [PATCH] Install `git' instead of `cvs'. --- bootstrap.debian | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.debian b/bootstrap.debian index 3a7feb5..bca45ce 100755 --- a/bootstrap.debian +++ b/bootstrap.debian @@ -2,7 +2,8 @@ SUDO=sudo -${SUDO} apt-get install cvs +${SUDO} apt-get install git +#${SUDO} apt-get install cvs ${SUDO} apt-get install curl ${SUDO} apt-get install make # ${SUDO} apt-get install autoconf2.13 -- 1.7.10.4