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