Postgresql integration.

This commit is contained in:
Dominik Pantůček 2025-04-01 11:35:11 +02:00
parent a59567d4ab
commit 24e0b487c5
3 changed files with 7 additions and 2 deletions

View file

@ -55,6 +55,7 @@ trap chicken_cleanup INT QUIT
# Install required eggs
chicken_install spiffy
chicken_install openssl
chicken_install postgresql
# Normal termination cleanup
chicken_cleanup