Index: bootstrapper/bootstrap.sh
===================================================================
--- bootstrapper/bootstrap.sh	(revision 477)
+++ bootstrapper/bootstrap.sh	(revision 478)
@@ -27,5 +27,5 @@
 INSTALLOPTIONALDEPS=0
 
-DEPENDENCIES="gcc wget rsync xmlstarlet"
+DEPENDENCIES="gcc wget rsync xmlstarlet expect"
 
 if [ -n "$(command -v apt-get)" ]; then
@@ -110,5 +110,5 @@
 
 checkSetupDeps() {
-	for DEP in gcc wget tr rsync xmlstarlet; do
+	for DEP in gcc wget tr rsync xmlstarlet expect; do
 		which $DEP > /dev/null 2>&1
 		if [ $? -ne 0 ]; then
