Update 'setup_pgadmin.sh'
This commit is contained in:
parent
0c3bf16205
commit
ee90955873
@ -4,8 +4,13 @@
|
||||
sh /setup_programs.sh
|
||||
apt install -y lsb-release curl gpg
|
||||
|
||||
# Installation
|
||||
# Download
|
||||
curl -fsS https://www.pgadmin.org/static/packages_pgadmin_org.pub | gpg --dearmor -o /usr/share/keyrings/packages-pgadmin-org.gpg
|
||||
sh -c 'echo "deb [signed-by=/usr/share/keyrings/packages-pgadmin-org.gpg] https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list'
|
||||
apt update
|
||||
|
||||
# Installation
|
||||
apt install -y pgadmin4 pgadmin4-web
|
||||
|
||||
# Configure
|
||||
# GET /usr/pgadmin4/web/config.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user