Removal of stop on error line

This commit is contained in:
Marwolf
2018-08-22 11:01:57 -04:00
parent 2a0b2d1e83
commit 3a2d60fa6f

View File

@@ -12,7 +12,6 @@
# -e option instructs bash to immediately exit if any command [1] has a non-zero exit status # -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 # 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 # instead of continuing the installation with something broken
set -e
cd / cd /
sudo git clone https://github.com/Open-RSC/Docker-Home.git &>/dev/null sudo git clone https://github.com/Open-RSC/Docker-Home.git &>/dev/null