Updated dependencies in install.sh

This commit is contained in:
Solomon Hykes 2013-02-25 12:27:51 -08:00
parent 2c7a2cbaf4
commit edf2e20e28
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
cd /tmp cd /tmp
echo "Ensuring dependencies are installed..." echo "Ensuring dependencies are installed..."
apt-get --yes install lxc wget 2>&1 > /dev/null apt-get --yes install lxc wget bsdtar 2>&1 > /dev/null
echo "Downloading docker binary..." echo "Downloading docker binary..."
wget -q https://dl.dropbox.com/u/20637798/docker.tar.gz 2>&1 > /dev/null wget -q https://dl.dropbox.com/u/20637798/docker.tar.gz 2>&1 > /dev/null