mirror of
https://github.com/iv-org/invidious.git
synced 2024-10-01 01:25:56 -04:00
7 lines
78 B
Bash
7 lines
78 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
dropdb invidious
|
||
|
createdb invidious
|
||
|
|
||
|
psql invidious < videos.sql
|