Dividing to prevent loop

This commit is contained in:
Marwolf
2018-08-22 11:06:34 -04:00
parent 3a2d60fa6f
commit 361c133878
2 changed files with 20 additions and 7 deletions

View File

@@ -7,18 +7,12 @@
#
# Install with this command (from your Linux machine):
#
# curl -sSL https://raw.githubusercontent.com/Open-RSC/Docker-Home/master/Linux_Installer.sh | bash
# curl -sSL https://raw.githubusercontent.com/Open-RSC/Docker-Home/master/Linux_Cloner.sh | bash
# -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
cd /
sudo git clone https://github.com/Open-RSC/Docker-Home.git &>/dev/null
cd Docker-Home
clear
choice=""
RED=`tput setaf 1`
GREEN=`tput setaf 2`