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

Installation instructions don't work for CentOS 8 #37

Closed
denizdogan opened this issue Oct 27, 2020 · 4 comments
Closed

Installation instructions don't work for CentOS 8 #37

denizdogan opened this issue Oct 27, 2020 · 4 comments

Comments

@denizdogan
Copy link

--2020-10-27 09:37:08--  https://dl.packager.io/srv/pghero/dexter/master/installer/el/8.2.2004.repo
Resolving dl.packager.io (dl.packager.io)... 178.63.71.248
Connecting to dl.packager.io (dl.packager.io)|178.63.71.248|:443... connected.
HTTP request sent, awaiting response... 400 Bad Request
2020-10-27 09:37:09 ERROR 400: Bad Request.

It seems that for some reason lsb_release -rs is returning 8.2.2004 when it should be 8. I installed lsb_release using dnf -y install redhat-lsb-core, if that should matter.

@denizdogan
Copy link
Author

Same goes for Debian Stretch, it tries to download https://dl.packager.io/srv/pghero/dexter/master/installer/debian/9.13.repo

@ankane
Copy link
Owner

ankane commented Oct 28, 2020

Hey @denizdogan, thanks for reporting! Can you try replacing $(lsb_release -rs) with $(. /etc/os-release && echo $VERSION_ID)? If that works, will update the instructions.

@denizdogan
Copy link
Author

@ankane It seems to work for Debian! It's hard for me to try for CentOS now that I've switched my solution to be Debian-based. :)

@ankane ankane closed this as completed in b0daba9 Oct 28, 2020
@ankane
Copy link
Owner

ankane commented Oct 28, 2020

Great, thanks for confirming. It worked in the CentOS Docker image, so think it's safe to update.

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

2 participants