Actions
Bug #14632
closedDebian/Ubuntu install doc fails if lsb_release is not installed
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Getting started - demo | first install | Technique editor and level 1 Techniques
Effort required:
Very Small
Priority:
71
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
https://docs.rudder.io/reference/5.0/installation/server/debian.html
http://repository.rudder.io/apt/5.0/ $(lsb_release -cs) main" > /etc/apt/sources.list.d/rudder.list
leads to http://repository.rudder.io/apt/5.0/ main
is lsb_release is not installed, which breaks the repo definition for apt.
The lsb-release is not installed by default in an debian stretch lxccontainer.
It could be useful to require lsb-release or give an example of rudder.list if it is not present.
Actions