summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/install-tl.pl7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl
index 2ea00cca74f..3e34cd5bf91 100755
--- a/Master/install-tl.pl
+++ b/Master/install-tl.pl
@@ -98,14 +98,15 @@ my %install;
our $trynet=0;
# the url of net location, can be changed with -url ....
#
-# for now it is my testing archive on tug.org
-#$::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://tug.org/~preining/tltesting';
+$::texlive_url = 'ftp://tug.org/texlive/tlnet/tldev';
+
# the default scheme to be installed
my $default_scheme='scheme-full';
+
# some arrays where the lists of collections to be installed are saved
# our for menus
our @collections_std;