Still having a loop issue
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC1090
|
||||
#!/bin/bash
|
||||
|
||||
# Open RSC: A replica RSC private server framework
|
||||
#
|
||||
@@ -9,9 +8,7 @@
|
||||
#
|
||||
# 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
|
||||
choice=""
|
||||
|
||||
cd /
|
||||
sudo git clone https://github.com/Open-RSC/Docker-Home.git &>/dev/null
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC1090
|
||||
#!/bin/bash
|
||||
|
||||
# Open RSC: A replica RSC private server framework
|
||||
#
|
||||
@@ -9,10 +8,6 @@
|
||||
#
|
||||
# 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
|
||||
|
||||
choice=""
|
||||
RED=`tput setaf 1`
|
||||
GREEN=`tput setaf 2`
|
||||
|
||||
Reference in New Issue
Block a user