Advertisement
Guest User

Untitled

a guest
Nov 11th, 2016
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.42 KB | None | 0 0
  1. apt-get update && apt-get install \
  2.         bindfs \
  3.         bzr \
  4.         curl \
  5.         docker-compose \
  6.         docker.io \
  7.         ecryptfs-utils \
  8.         exuberant-ctags \
  9.         git \
  10.         lm-sensors \
  11.         lxd \
  12.         mercurial \
  13.         openssh-server \
  14.         python-dulwich \
  15.         ssmtp \
  16.         subversion \
  17.         tmux \
  18.         vim-doc \
  19.         vim-nox-py2 \
  20.         w3m && \
  21. apt-get install --no-install-recommends \
  22.         virtualbox \
  23.         virtualbox-ext-pack \
  24.         virtualbox-guest-additions-iso
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement