We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
docker-install/install.sh
Line 328 in 15dfae0
The text was updated successfully, but these errors were encountered: