LAMMPS downloading issue

Hi,

Just noticed an issue, probably not directly related to lammps.
If you download lammps with Chrome/Chromium browser from sandia site, it will be a regular tar archive (not gzipped):

file lammps.tar.gz
lammps.tar.gz: POSIX tar archive (GNU)

This is a bug in Chrome/Chromium browser: it automatically unzip *.tar.gz files with a ‘content-encoding: gzip’ header.
(https://superuser.com/questions/940605/chromium-prevent-unpacking-tar-gz)
It is a little bit annoying, especially with a slow internet. Of course, this is not a real problem as one can always use ‘wget’ or another web browser. But may be warning message should be added to the download page.

Regards,

Grigory Smirnov.