mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 07:22:16 +05:30
5 lines
60 B
Bash
Executable File
5 lines
60 B
Bash
Executable File
#!/bin/bash
|
|
|
|
createdb invidious
|
|
psql invidious < videos.sql
|