Skip to content

Instantly share code, notes, and snippets.

@dstrctrng
dstrctrng / gist:5257727
Last active December 15, 2015 12:08
ubuntu-precise-image.sh
#!/bin/bash
# run as a non-root user on Ubuntu Precise
export DEBIAN_FRONTEND="noninteractive"
sudo aptitude -y install lxc bsdtar libsqlite3-dev git pkg-config
sudo aptitude -y install linux-image-extra-$(uname -r)
sudo aptitude -y install golang 0<&-
cd