make sure apt-get update is run

Previously, the only path that would only ensure that 'apt-get update'
was run was when the stack user was created.

Archives can be out of date, apt-get should be run.
diff --git a/stack.sh b/stack.sh
index 9881ede..045bcc9 100755
--- a/stack.sh
+++ b/stack.sh
@@ -235,6 +235,7 @@
 
 
 # install apt requirements
+sudo apt-get update
 sudo apt-get install -qqy `cat $FILES/apts/* | cut -d\# -f1 | grep -Ev "mysql-server|rabbitmq-server"`
 
 # install python requirements