Browse Source

fix: some debian install on ovh don't have ``file`` installed.

framadate
Valentin Lab 6 years ago
parent
commit
4bcd129e14
  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 tmux mosh \
sudo git vim </dev/null
sudo git vim file </dev/null
apt-get -y --force-yes python-software-properties </dev/null ||
apt-get -y --force-yes software-properties-common </dev/null

Loading…
Cancel
Save