Mistakes in Installation page
We recently redid our Installation
page (!5607 (merged)) and redirected /downloads
page to it. There are few problems
- We now show one single set of instructions for an OS family. For example, there is no separate instruction set for Debian 7 or Debian 8 (and upcoming Debian 9). There is a single "Debian" tab and that apparently uses "Debian Jessie"'s instructions.
- This fails when it comes to manual installation steps. Because we chose "Jessie" as the canonical instruction, it fails if users of Wheezy or Stretch tries to run them. The manual installation step is version dependent and we must separate them.
- In manual instructions, a newline is missing between the
curl
command anddpkg
command. Those are actually two separate commands.