Browse Source

fix: [base-0k] debian protection.

postgres
Valentin Lab 9 years ago
parent
commit
0561fec7bb
  1. 6
      precise/base-0k/hooks/install

6
precise/base-0k/hooks/install

@ -10,11 +10,9 @@ GIT_0K_BASE=${GIT_0K_BASE:-"git.0k.io:/var/git"}
## 0k git remote options
GIT_0K_CLONE_OPTIONS=${GIT_0K_CLONE_OPTIONS:-""}
apt-get -y install bash-completion wget bzip2 git-core less python-software-properties tmux sudo git
apt-get -y install bash-completion wget bzip2 git-core less language-pack-en python-software-properties tmux sudo git
apt-get -y install language-pack-en || true ## Protect debian against failure here
##
## Allows to mount nfs shares

Loading…
Cancel
Save