index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-04-14 16:06:35 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2019-04-14 16:06:35 +0200 |
commit | 968fad8f948a9f644098f51e8a04fb5ad985c9ec (patch) | |
tree | caa0217b067ff3b0d9b566f952a6a37ac0e80e90 /deployments | |
parent | 311aa08958ca77f2888a00fab8d9fd7d610fd14f (diff) |
-rw-r--r-- | deployments/applications/postgresql.json | 5 |
diff --git a/deployments/applications/postgresql.json b/deployments/applications/postgresql.json new file mode 100644 index 00000000..c420551b --- /dev/null +++ b/deployments/applications/postgresql.json @@ -0,0 +1,5 @@ +{ + "pacman -Syy --noconfirm postgresql" : null, + "systemctl enable postgresql" : null, + "su - postgres -c \"initdb -D /var/lib/postgres/data\"" : null +}
\ No newline at end of file |