netflux-kubernetes/deploy/base/invidious-init.sh

7 lines
135 B
Bash
Raw Normal View History

2023-01-12 06:05:10 +00:00
if [ -d /data/repo ]; then
cd /data/repo
git pull
else
git clone --depth 1 https://github.com/iv-org/invidious.git /data/repo
fi