diff --git a/ubuntu-setup.bash b/ubuntu-setup.bash
index bb62088a94ef925e0f905c3b52ba355163172778..65231d9d033748e13691b27885955f487042bb49 100644
--- a/ubuntu-setup.bash
+++ b/ubuntu-setup.bash
@@ -3,9 +3,6 @@
 # Site : www.h3manth.com
 # This script helps to setup diaspora.
 
-# Exit immediately if a command exits with a non-zero status.
-set -e
-
 # Set extented globbing 
 shopt -s extglob