Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/applications/postgresql.json
blob: c420551b542248867ef0e8fc671025a3c3cf464c (plain)
1
2
3
4
5
{
	"pacman -Syy --noconfirm postgresql" : null,
	"systemctl enable postgresql" : null,
	"su - postgres -c \"initdb -D /var/lib/postgres/data\"" : null
}