mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Delete setup.sh
This commit is contained in:
parent
987ea1cb98
commit
5e272db8f5
1 changed files with 0 additions and 10 deletions
10
setup.sh
10
setup.sh
|
@ -1,10 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
createdb invidious
|
|
||||||
#createuser kemal
|
|
||||||
psql -c "CREATE USER kemal WITH PASSWORD 'kemal';"
|
|
||||||
psql invidious < config/sql/channels.sql
|
|
||||||
psql invidious < config/sql/videos.sql
|
|
||||||
psql invidious < config/sql/channel_videos.sql
|
|
||||||
psql invidious < config/sql/users.sql
|
|
||||||
psql invidious < config/sql/nonces.sql
|
|
Loading…
Reference in a new issue