Created
February 16, 2023 12:07
-
-
Save clickfreak/0df414d75a6c2e469961d72e035e88b3 to your computer and use it in GitHub Desktop.
install pgcenter on centos7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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