index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | deployments/applications/postgresql.json | 6 |
diff --git a/deployments/applications/postgresql.json b/deployments/applications/postgresql.json index c420551b..05976fd9 100644 --- a/deployments/applications/postgresql.json +++ b/deployments/applications/postgresql.json @@ -1,5 +1,5 @@ { - "pacman -Syy --noconfirm postgresql" : null, - "systemctl enable postgresql" : null, - "su - postgres -c \"initdb -D /var/lib/postgres/data\"" : null + "pacman -Syy --noconfirm postgresql" : {"debug" : true}, + "systemctl enable postgresql" : {"debug" : true}, + "su - postgres -c \"initdb -D /var/lib/postgres/data\"" : {"debug" : true} }
\ No newline at end of file |