From 4bc7830a98fe80580bbeb1afc83c0b3bb225ea03 Mon Sep 17 00:00:00 2001 From: Zachary Robert Thomas Boyd Date: Sun, 9 Mar 2014 00:11:26 -0500 Subject: [PATCH] _ --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index e8fbceb..996411b 100644 --- a/install.sh +++ b/install.sh @@ -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