From 9047f15ff786792f1029758ace5c790b58295aa9 Mon Sep 17 00:00:00 2001 From: Donald Curtis Date: Mon, 27 Oct 2014 14:30:47 -0400 Subject: [PATCH] add texinfo to the bootstrap code --- scripts/bootstrap | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/scripts/bootstrap b/scripts/bootstrap index 0456ac86..20f05111 100755 --- a/scripts/bootstrap +++ b/scripts/bootstrap @@ -8,11 +8,21 @@ cd ${HOME} #sudo ${SUDOENV} add-apt-repository -y ppa:cassou/emacs sudo ${SUDOENV} apt-get -y update sudo ${SUDOENV} apt-get -y upgrade -sudo ${SUDOENV} apt-get -y \ - install \ - subversion git cvs darcs fossil curl bzr mercurial \ +sudo ${SUDOENV} apt-get -y install \ + bzr \ + curl \ + cvs \ + darcs \ emacs24 emacs24-el emacs24-common-non-dfsg \ - tmux make runit nginx + fossil \ + git \ + make \ + mercurial \ + nginx \ + runit \ + subversion \ + texinfo \ + tmux # build the log stuff mkdir -p ~/log @@ -21,6 +31,7 @@ mkdir -p ~/var/lib/logrotate mkdir -p ~/www mkdir -p ~/etc + # ruby is used for templating \curl -L https://get.rvm.io | bash -s stable PATH=$PATH:$HOME/.rvm/bin