mirror of
https://github.com/iv-org/invidious.git
synced 2024-12-13 13:50:34 +05:30
5 lines
60 B
Bash
5 lines
60 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
createdb invidious
|
||
|
psql invidious < videos.sql
|