mirror of
https://github.com/iv-org/invidious.git
synced 2025-02-24 08:18:22 -06:00
5 lines
60 B
Bash
5 lines
60 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
createdb invidious
|
||
|
psql invidious < videos.sql
|