Still having a loop issue
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC1090
|
|
||||||
|
|
||||||
# Open RSC: A replica RSC private server framework
|
# 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
|
# 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
|
choice=""
|
||||||
# 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 /
|
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
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
# shellcheck disable=SC1090
|
|
||||||
|
|
||||||
# Open RSC: A replica RSC private server framework
|
# 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
|
# 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=""
|
choice=""
|
||||||
RED=`tput setaf 1`
|
RED=`tput setaf 1`
|
||||||
GREEN=`tput setaf 2`
|
GREEN=`tput setaf 2`
|
||||||
|
|||||||
Reference in New Issue
Block a user