mirror of
https://github.com/iv-org/invidious.git
synced 2026-01-02 04:51:44 +00:00
5 lines
60 B
Bash
Executable File
5 lines
60 B
Bash
Executable File
#!/bin/bash
|
|
|
|
createdb invidious
|
|
psql invidious < videos.sql
|