Skip to content

Instantly share code, notes, and snippets.

@clickfreak
Created February 16, 2023 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clickfreak/0df414d75a6c2e469961d72e035e88b3 to your computer and use it in GitHub Desktop.
Save clickfreak/0df414d75a6c2e469961d72e035e88b3 to your computer and use it in GitHub Desktop.
install pgcenter on centos7
#!/bin/sh
wget https://github.com/lesovsky/pgcenter/releases/download/v0.9.2/pgcenter_0.9.2_linux_amd64.rpm
sudo yum install pgcenter_0.9.2_linux_amd64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment