We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lsb_release does not have an option '-u' so this check will always result as false. It could just check for the '-a' option.
docker-install/install.sh
Line 308 in 15dfae0
The issue with this, is that the else statement checks the '-r' option so the script will likely to fail in all Debian based distros.
Line 328 in 15dfae0