archinstall/deployments/applications/postgresql.json

5 lines
188 B
JSON

{
"pacman -Syy --noconfirm postgresql" : {"debug" : true},
"systemctl enable postgresql" : {"debug" : true},
"su - postgres -c \"initdb -D /var/lib/postgres/data\"" : {"debug" : true}
}