diff --git a/Linux_Cloner.sh b/Linux_Cloner.sh index f193916..f6922da 100755 --- a/Linux_Cloner.sh +++ b/Linux_Cloner.sh @@ -8,6 +8,7 @@ # # curl -sSL https://raw.githubusercontent.com/Open-RSC/Docker-Home/master/Linux_Cloner.sh | bash +choice="" cd / sudo git clone https://github.com/Open-RSC/Docker-Home.git &>/dev/null cd /Docker-Home diff --git a/Linux_Installer.sh b/Linux_Installer.sh index 5a12523..82d4dd7 100755 --- a/Linux_Installer.sh +++ b/Linux_Installer.sh @@ -128,10 +128,6 @@ if [ "$install" == "1" ]; then # Install Choice <=================================================== -clear -echo "Checking for updates to the Docker-Home repository." -sudo git pull &>/dev/null - clear echo "${RED}Open RSC Installer:${NC} An easy to run RSC private server using Docker magic.