mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
appveyor-dpkg.sh: apt.postgresql.org removed bionic-pgdg.
This should fix the AppVeyor build.
This commit is contained in:
parent
fceda6460e
commit
5e0cffae07
@ -1,6 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -ev
|
||||
|
||||
add-apt-repository --remove "deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main"
|
||||
|
||||
apt-get update
|
||||
apt-get -y install \
|
||||
libcurl4-openssl-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user