Browse Source

new: added ``vim`` to base install script

It seems debian 9 doesn't have vim by default.
postgres
Valentin Lab 6 years ago
parent
commit
bbb1a053e0
  1. 2
      precise/base-0k/hooks/install.d/00-base.sh

2
precise/base-0k/hooks/install.d/00-base.sh

@ -5,7 +5,7 @@ set +eux
apt-get update
apt-get -y --force-yes install bash-completion wget bzip2 git-core \
less python-software-properties tmux mosh \
sudo git </dev/null
sudo git vim </dev/null
case $(lsb_release -is) in
Ubuntu)

Loading…
Cancel
Save