mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00: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