From dcf0627d51549ee015a33b0b6fb781b51909a1ba Mon Sep 17 00:00:00 2001 From: DarkGuardsman Date: Tue, 22 Oct 2013 16:57:34 -0400 Subject: [PATCH] Updated scripts --- bin/GitClone.bat | 11 +++++------ bin/GitClone.sh | 10 ++++++---- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/bin/GitClone.bat b/bin/GitClone.bat index 0a94e90d2..c043602e6 100644 --- a/bin/GitClone.bat +++ b/bin/GitClone.bat @@ -1,9 +1,8 @@ cd .. mkdir downloads cd downloads -git clone https://github.com/DarkGuardsman/Fluid-Mechanics.git - -git clone https://github.com/DarkGuardsman/Assembly-Line.git - -git clone https://github.com/DarkGuardsman/FarmTech.git -git clone https://github.com/DarkGuardsman/Greater-Security.git +git clone https://github.com/DarksCoreMachine/Fluid-Mechanics.git +git clone https://github.com/DarksCoreMachine/Assembly-Line.git +git clone https://github.com/DarksCoreMachine/FarmTech.git +git clone https://github.com/DarksCoreMachine/Greater-Security.git +git clone https://github.com/DarksCoreMachine/MechanizedMining.git diff --git a/bin/GitClone.sh b/bin/GitClone.sh index 5be588231..e2e59f447 100644 --- a/bin/GitClone.sh +++ b/bin/GitClone.sh @@ -1,7 +1,9 @@ cd .. mkdir downloads cd downloads -git clone https://github.com/DarkGuardsman/Fluid-Mechanics.git -git clone https://github.com/DarkGuardsman/Assembly-Line.git -git clone https://github.com/DarkGuardsman/FarmTech.git -git clone https://github.com/DarkGuardsman/Greater-Security.git +git clone https://github.com/DarksCoreMachine/Fluid-Mechanics.git +git clone https://github.com/DarksCoreMachine/Assembly-Line.git +git clone https://github.com/DarksCoreMachine/FarmTech.git +git clone https://github.com/DarksCoreMachine/Greater-Security.git +git clone https://github.com/DarksCoreMachine/MechanizedMining.git +