diff options
author | Norbert Preining <preining@logic.at> | 2008-02-22 10:22:53 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-02-22 10:22:53 +0000 |
commit | 95d71b7f4b2d40d43a3cce5f7a9ec3c340183fee (patch) | |
tree | 48b524e3adab32a221d86ff4d51cdbe612800c81 | |
parent | ba13284c59a39c3008f22505d79b69f87a790c1f (diff) |
undo stupid url
git-svn-id: svn://tug.org/texlive/trunk@6721 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/install-tl.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl index 99a30d4830d..e01d0ccc3a9 100755 --- a/Master/install-tl.pl +++ b/Master/install-tl.pl @@ -103,8 +103,8 @@ our $trynet=0; #$::texlive_url = 'http://tug.org/svn/texlive/trunk/Master'; # for my own testing in the virtual machine #$::texlive_url = 'http://localhost/norbert/tltesting'; -$::texlive_url = 'http://10.0.2.2/norbert/tltesting'; -#$::texlive_url = 'http://tug.org/~preining/tltesting'; +#$::texlive_url = 'http://10.0.2.2/norbert/tltesting'; +$::texlive_url = 'http://tug.org/~preining/tltesting'; # the default scheme to be installed my $default_scheme='scheme-full'; # some arrays where the lists of collections to be installed are saved |