From 3a2d60fa6feac8b76e60a4f6d8c2c89a0c233707 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Wed, 22 Aug 2018 11:01:57 -0400 Subject: [PATCH] Removal of stop on error line --- Linux_Installer.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Linux_Installer.sh b/Linux_Installer.sh index 099e8b0..380ccee 100755 --- a/Linux_Installer.sh +++ b/Linux_Installer.sh @@ -12,7 +12,6 @@ # -e option instructs bash to immediately exit if any command [1] has a non-zero exit status # We do not want users to end up with a partially working install, so we exit the script # instead of continuing the installation with something broken -set -e cd / sudo git clone https://github.com/Open-RSC/Docker-Home.git &>/dev/null