Rob Watson dd76aadd00
All checks were successful
continuous-integration/drone/push Build is passing
refactor: separate manifests and resources part 2
2023-09-11 23:14:43 +02:00

7 lines
135 B
Bash

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