Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamsampaio/pgadmin4-installer
PgAdmin4 installation script for linux
https://github.com/williamsampaio/pgadmin4-installer
Last synced: about 2 months ago
JSON representation
PgAdmin4 installation script for linux
- Host: GitHub
- URL: https://github.com/williamsampaio/pgadmin4-installer
- Owner: WilliamSampaio
- License: mit
- Created: 2023-11-27T17:47:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-27T20:27:31.000Z (about 1 year ago)
- Last Synced: 2023-11-28T19:31:38.291Z (about 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pgadmin4-installer
PgAdmin4 installation script for linux
## Install
Requeired `python >= 3.11`, `sudo` and `curl`.
### Using Curl
````bash
curl -s https://raw.githubusercontent.com/WilliamSampaio/pgadmin4-installer/master/install.sh | bash
````### Using Wget
````bash
wget -qO - https://raw.githubusercontent.com/WilliamSampaio/pgadmin4-installer/master/install.sh | bash
````After installation, close and reopen the terminal and run `pgadmin4`.
## Uninstall
````bash
pgadmin4-uninstall
````