mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
replace http to https (#2133)
This commit is contained in:
committed by
GitHub
parent
90a4768d01
commit
91c6620f2d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user