Return to install.pl CVS log | Up to [LON-CAPA] / doc / install / linux |
version 1.85, 2024/04/26 22:22:52 | version 1.86, 2024/04/27 02:56:13 |
---|---|
Line 2290 if ($callsub{'download'}) { | Line 2290 if ($callsub{'download'}) { |
print &mt('LON-CAPA is available for download from: [_1]', | print &mt('LON-CAPA is available for download from: [_1]', |
'http://install.loncapa.org/')."\n"; | 'http://install.loncapa.org/')."\n"; |
if (!-e '/etc/loncapa-release') { | if (!-e '/etc/loncapa-release') { |
&print_and_log(&mt('LON-CAPA is not yet installed on your system.')."\n\n"; | &print_and_log(&mt('LON-CAPA is not yet installed on your system.')."\n\n"); |
unless ($filetouse) { | unless ($filetouse) { |
&print_and_log(&mt('You may retrieve the source for LON-CAPA by executing:')."\n". | &print_and_log(&mt('You may retrieve the source for LON-CAPA by executing:')."\n". |
"wget http://install.loncapa.org/versions/$lctarball\n"); | "wget http://install.loncapa.org/versions/$lctarball\n"); |