mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
add texinfo to the bootstrap code
This commit is contained in:
parent
fe389e4a15
commit
9047f15ff7
1 changed files with 15 additions and 4 deletions
|
@ -8,11 +8,21 @@ cd ${HOME}
|
||||||
#sudo ${SUDOENV} add-apt-repository -y ppa:cassou/emacs
|
#sudo ${SUDOENV} add-apt-repository -y ppa:cassou/emacs
|
||||||
sudo ${SUDOENV} apt-get -y update
|
sudo ${SUDOENV} apt-get -y update
|
||||||
sudo ${SUDOENV} apt-get -y upgrade
|
sudo ${SUDOENV} apt-get -y upgrade
|
||||||
sudo ${SUDOENV} apt-get -y \
|
sudo ${SUDOENV} apt-get -y install \
|
||||||
install \
|
bzr \
|
||||||
subversion git cvs darcs fossil curl bzr mercurial \
|
curl \
|
||||||
|
cvs \
|
||||||
|
darcs \
|
||||||
emacs24 emacs24-el emacs24-common-non-dfsg \
|
emacs24 emacs24-el emacs24-common-non-dfsg \
|
||||||
tmux make runit nginx
|
fossil \
|
||||||
|
git \
|
||||||
|
make \
|
||||||
|
mercurial \
|
||||||
|
nginx \
|
||||||
|
runit \
|
||||||
|
subversion \
|
||||||
|
texinfo \
|
||||||
|
tmux
|
||||||
|
|
||||||
# build the log stuff
|
# build the log stuff
|
||||||
mkdir -p ~/log
|
mkdir -p ~/log
|
||||||
|
@ -21,6 +31,7 @@ mkdir -p ~/var/lib/logrotate
|
||||||
mkdir -p ~/www
|
mkdir -p ~/www
|
||||||
mkdir -p ~/etc
|
mkdir -p ~/etc
|
||||||
|
|
||||||
|
|
||||||
# ruby is used for templating
|
# ruby is used for templating
|
||||||
\curl -L https://get.rvm.io | bash -s stable
|
\curl -L https://get.rvm.io | bash -s stable
|
||||||
PATH=$PATH:$HOME/.rvm/bin
|
PATH=$PATH:$HOME/.rvm/bin
|
||||||
|
|
Loading…
Reference in a new issue