diff --git a/install_minimal/airtime-install b/install_minimal/airtime-install
index f15e24b33..70efa614e 100755
--- a/install_minimal/airtime-install
+++ b/install_minimal/airtime-install
@@ -79,6 +79,8 @@ AIRTIMEROOT=$SCRIPTPATH/../
 #and we should probably create a separate file that checks whether ALL dependencies are satisfied before 
 #allowing the install to continue. However in that case, we wouldn't check for Debian packages so that we 
 #can become less Debian platform dependent in the future...
+
+set +e
 dpkg -l | grep zendframework > /dev/null 2>&1
 ZENDFRAMEWORK=$?