Skip to content

Instantly share code, notes, and snippets.

@orangain
Last active December 17, 2015 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orangain/5692643 to your computer and use it in GitHub Desktop.
Save orangain/5692643 to your computer and use it in GitHub Desktop.
LXC container's bootstrapping code.
#!/bin/sh
set -x
# Additional packages
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y language-pack-en curl wget git dnsutils unattended-upgrades
# Locale
sudo update-locale LANG=en_US.UTF-8
# Timezone
sudo ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment