Change HTTP links to HTTPS
This commit is contained in:
@ -25,7 +25,7 @@ echo "${USER}:${USER}" | chpasswd
|
||||
cd /home/${USER}
|
||||
|
||||
# PostgreSQL
|
||||
sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
|
||||
sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
|
||||
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
|
||||
apt -qq update && apt -qq install -y postgresql-client postgresql
|
||||
|
||||
|
Reference in New Issue
Block a user