From cdd70d7e7da75f87bddbcbd8f84a59255c92980c Mon Sep 17 00:00:00 2001 From: Marwolf Date: Wed, 22 Aug 2018 12:28:48 -0400 Subject: [PATCH] Clones to relative dir --- Linux_Cloner.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Linux_Cloner.sh b/Linux_Cloner.sh index 36aabfd..4c2ceea 100755 --- a/Linux_Cloner.sh +++ b/Linux_Cloner.sh @@ -6,7 +6,6 @@ # # curl -sSL https://raw.githubusercontent.com/Open-RSC/Docker-Home/master/Linux_Cloner.sh | bash -cd / sudo git clone https://github.com/Open-RSC/Docker-Home.git -cd /Docker-Home +cd Docker-Home "./Linux_Installer.sh"