replace http to https (#2133)

This commit is contained in:
Dibir Magomedsaygitov
2020-11-30 18:22:41 +03:00
committed by GitHub
parent 90a4768d01
commit 91c6620f2d
6 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
#Preparing repo for PostgreSQL 12.
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list
echo "deb https://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list
echo "Install PostgreSQL"
apt update