archinstall/deployments/applications/postgresql.json

5 lines
152 B
JSON

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