mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-12 19:28:24 +00:00
7 lines
78 B
Bash
Executable File
7 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dropdb invidious
|
|
createdb invidious
|
|
|
|
psql invidious < videos.sql
|