Project

General

Profile

« Previous | Next » 

Revision 13295

/Makefile: postgres-Linux: added warning that the install commands were designed to run on Ubuntu 12.04, which is no longer the version used by vegbiendev (it is now 14.04)

View differences:

Makefile
216 216
	$(if $(nonApacheOnPort80),$(editApachePortsConf))
217 217
	-sudo apache2ctl restart
218 218

  
219
postgres-Linux_confirm_msg = the following install commands were designed to\
220
run on Ubuntu 12.04. if you have a newer version, the install will likely mess\
221
up your Postgres configuration.
222

  
219 223
postgres-Linux: _always
224
	$(call confirm,**WARNING**:,$(postgres-Linux_confirm_msg))
220 225
	echo|sudo add-apt-repository ppa:pitti/postgresql # PostgreSQL 9.2 apt-src
221 226
	sudo tee /etc/apt/sources.list.d/pgdg.list \
222 227
<<<"deb http://apt.postgresql.org/pub/repos/apt/ $$(lsb_release --short --codename)-pgdg main"

Also available in: Unified diff