Install `git' instead of `cvs'.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 3 Oct 2012 20:18:03 +0000 (05:18 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 3 Oct 2012 20:18:03 +0000 (05:18 +0900)
bootstrap.debian

index 3a7feb5..bca45ce 100755 (executable)
@@ -2,7 +2,8 @@
 
 SUDO=sudo
 
 
 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
 ${SUDO} apt-get install curl
 ${SUDO} apt-get install make
 # ${SUDO} apt-get install autoconf2.13