mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 01:01:57 +01:00
Create user on setup
This commit is contained in:
parent
26c9a87e88
commit
3a546d3030
1 changed files with 1 additions and 0 deletions
1
setup.sh
1
setup.sh
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
createdb invidious
|
||||
createuser kemal
|
||||
psql invidious < videos.sql
|
||||
|
|
Loading…
Reference in a new issue