If you get this error on Debian, commonly known as "Bash: lsb_release", command not found then it is recommended to perform as mentioned below:
# lsb_release -s -c -bash: lsb_release: command not found
Just install lsb_release
via apt-get:
apt-get install lsb-release