--- doc/install/linux/install.pl 2019/12/03 04:55:08 1.61 +++ doc/install/linux/install.pl 2020/05/01 14:13:31 1.63 @@ -77,7 +77,7 @@ if (!open(LOG,">>loncapa_install.log")) &mt('Stopping execution.')."\n"; exit; } else { - print LOG '$Id: install.pl,v 1.61 2019/12/03 04:55:08 raeburn Exp $'."\n"; + print LOG '$Id: install.pl,v 1.63 2020/05/01 14:13:31 raeburn Exp $'."\n"; } # @@ -357,7 +357,7 @@ sub get_hostname { } # -# get_hostname() prompts the user to provide the server's IPv4 IP address +# get_hostip() prompts the user to provide the server's IPv4 IP address # # If invalid input is provided, the routine is called recursively # until, a valid IPv4 address is provided. @@ -421,23 +421,26 @@ sub check_prerequisites { sub check_locale { my ($distro) = @_; - my ($fh,$langvar,$command); + my ($fh,$langvar,$command,$earlyout); $langvar = 'LANG'; if ($distro =~ /^(ubuntu|debian)/) { if (!open($fh,"= 15)) { if (!open($fh,"; chomp(@data); foreach my $item (@data) { @@ -3376,7 +3384,7 @@ wget http://install.loncapa.org/versions print &mt('LON-CAPA source files extracted.')."\n". &mt('It remains for you to execute the following commands:')." -cd /root/loncapa-N.N (N.N should correspond to a version number like '0.4') +cd /root/loncapa-X.Y.Z (X.Y.Z should correspond to a version number like '2.11.3') ./UPDATE ".&mt('If you have any trouble, please see [_1] and [_2]',