add texinfo to the bootstrap code

This commit is contained in:
Donald Curtis 2014-10-27 14:30:47 -04:00
parent fe389e4a15
commit 9047f15ff7

View file

@ -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