mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
More packages in bootstrap.
This commit is contained in:
parent
f0536c7e32
commit
b5b647f61d
1 changed files with 4 additions and 3 deletions
|
@ -12,13 +12,14 @@ sudo ${SUDOENV} apt-get -y \
|
|||
install \
|
||||
subversion git cvs darcs fossil curl bzr mercurial \
|
||||
emacs24 emacs24-el emacs24-common-non-dfsg \
|
||||
tmux make
|
||||
tmux make runit nginx
|
||||
|
||||
# build the log stuff
|
||||
mkdir -p ~/log
|
||||
mkdir -p ~/var/run
|
||||
mkdir -p var/lib/logrotate
|
||||
mkdir -p www
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue