diff options
Diffstat (limited to 'Master/install-tl.pl')
-rwxr-xr-x | Master/install-tl.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl index 33145d5f8cb..ac89e9e8f8c 100755 --- a/Master/install-tl.pl +++ b/Master/install-tl.pl @@ -52,7 +52,10 @@ my %install; # needs our since for menu ... our $trynet=0; # the url of net location, can be changed with -url .... -$::texlive_url = 'http://tug.org/svn/texlive/trunk/Master'; +# +# for now it is my testing archive on tug.org +#$::texlive_url = 'http://tug.org/svn/texlive/trunk/Master'; +$::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 |