This commit is contained in:
Zachary Robert Thomas Boyd 2014-03-09 00:11:26 -05:00
parent 9c8795f330
commit 4bc7830a98

View file

@ -7,6 +7,7 @@ echo "Updating Apt"
apt-get update;
echo "Installing prerequisites"
apt-get install -y -qq php5-cli unzip make uuid;
export UUID=$(uuid -v4)
echo "Downloading auto-configuration toolkit from $URL"
wget $URL -O /tmp/master.zip;
sha1sum /tmp/master.zip > /etc/update_checksum