if [ -z "$lsb_dist" ] && [ -r /etc/lsb-release ]; then
lsb_dist="$(. /etc/lsb-release && echo "$DISTRIB_ID")"
dist_version="$(. /etc/lsb-release && echo "$DISTRIB_CODENAME")"
fi
# cat /etc/lsb-release
DISTRIB_ID=Debian
DISTRIB_RELEASE=8
DISTRIB_CODENAME=
DISTRIB_DESCRIPTION=
Hey,
I want to inform you that your installer script (curl -sSL https://get.docker.com/ | sh) fails for debian 8.1.
The reason:
Your Code:
The file which leads to the fail:
Whats wrong:
it copys "deb https://apt.dockerproject.org/repo debian- main" to repo ist, but it should be "deb https://apt.dockerproject.org/repo debian-jessie main"