mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-04-03 07:41:55 -04:00
4 lines
56 B
Plaintext
4 lines
56 B
Plaintext
post_install() {
|
|
sudo -u postgres createuser -d kyoo
|
|
}
|