projects
/
chise
/
chise-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f0153a
)
Install `git' instead of `cvs'.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 3 Oct 2012 20:18:03 +0000
(
05:18
+0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 3 Oct 2012 20:18:03 +0000
(
05:18
+0900)
bootstrap.debian
patch
|
blob
|
history
diff --git
a/bootstrap.debian
b/bootstrap.debian
index
3a7feb5
..
bca45ce
100755
(executable)
--- 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