Revision 11673
Added by Aaron Marcuse-Kubitza about 11 years ago
Makefile | ||
---|---|---|
200 | 200 |
$($(call forOs,postgresReload)) |
201 | 201 |
|
202 | 202 |
postgres-Linux: _always |
203 |
echo|sudo add-apt-repository ppa:pitti/postgresql # PostgreSQL 9.2 apt-src |
|
203 | 204 |
sudo tee /etc/apt/sources.list.d/pgdg.list \ |
204 | 205 |
<<<"deb http://apt.postgresql.org/pub/repos/apt/ $$(lsb_release --short --codename)-pgdg main" |
205 | 206 |
wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | sudo apt-key add - |
Also available in: Unified diff
/Makefile: postgres-Linux: add the PostgreSQL 9.2 apt-src in case we ever need to downgrade to it