You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: