mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
6 lines
78 B
Bash
Executable file
6 lines
78 B
Bash
Executable file
#!/bin/bash
|
|
|
|
dropdb invidious
|
|
createdb invidious
|
|
|
|
psql invidious < videos.sql
|