From 0067a0206ff7de861bf829a8ad4f542b144d6e9f Mon Sep 17 00:00:00 2001 From: Marwolf Date: Wed, 22 Aug 2018 11:20:17 -0400 Subject: [PATCH] Test --- Linux_Cloner.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Linux_Cloner.sh b/Linux_Cloner.sh index 61a0c6a..77d1088 100755 --- a/Linux_Cloner.sh +++ b/Linux_Cloner.sh @@ -1,5 +1,3 @@ -#!/bin/bash - # Open RSC: A replica RSC private server framework # # Installs and updates Open RSC @@ -8,8 +6,7 @@ # # curl -sSL https://raw.githubusercontent.com/Open-RSC/Docker-Home/master/Linux_Cloner.sh | bash -choice="" cd / -sudo git clone https://github.com/Marwolf/Docker-Home.git &>/dev/null +sudo git clone https://github.com/Marwolf/Docker-Home.git cd /Docker-Home "./Linux_Installer.sh"