mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-29 16:20:30 -05:00
4 lines
56 B
Plaintext
4 lines
56 B
Plaintext
post_install() {
|
|
sudo -u postgres createuser -d kyoo
|
|
}
|