mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-13 10:52:28 -04:00
4 lines
56 B
Plaintext
4 lines
56 B
Plaintext
post_install() {
|
|
sudo -u postgres createuser -d kyoo
|
|
}
|