Skip to content
New issue

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

install.sh fails on Amazon Linux without /etc/os-release #272

Open
tas50 opened this issue Nov 19, 2018 · 0 comments
Open

install.sh fails on Amazon Linux without /etc/os-release #272

tas50 opened this issue Nov 19, 2018 · 0 comments

Comments

@tas50
Copy link
Contributor

tas50 commented Nov 19, 2018

The current install.sh tries to source /etc/os-release, which doesn't exist on older Amazon Linux releases. We should gate that logic and just assume when they don't have it that they're EL 6 like. If you want to repro try Amazon Linux 2013

[root@ip-172-31-39-93 ec2-user]# ./install.sh
./install.sh: line 453: /etc/os-release: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant