From: MORIOKA Tomohiko Date: Wed, 3 Oct 2012 20:18:03 +0000 (+0900) Subject: Install `git' instead of `cvs'. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fchise-base.git;a=commitdiff_plain;h=6cceacd619f2d9eda766c807083ee5abde61c6b8 Install `git' instead of `cvs'. --- 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