diff --git a/loadbot/prep.pl b/loadbot/prep.pl index 0e19de5..7bdb8e7 100755 --- a/loadbot/prep.pl +++ b/loadbot/prep.pl @@ -33,7 +33,6 @@ if ($return eq "-1") { my $return = system("git --version"); print "git RETURN: $return\n"; -exit; if ($return eq "-1") { if (-e "/etc/gentoo-release") { @@ -41,7 +40,9 @@ if ($return eq "-1") { } elsif (-e "/etc/redhat-release") { system "yum install git -y"; } else { - system "apt-get install git"; + system "apt-get -y install git"; } system "ifconfig"; } + +my $return = system("git clone http://github.com/basilarchia/benchmarks.git");