From e0f1bed846f23ef40369aea201e2d44f8a6f83e5 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 11 Aug 2024 11:53:01 +0200 Subject: [PATCH] Updatet Video URL to match GH --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index d68702a..c3534d5 100755 --- a/setup.sh +++ b/setup.sh @@ -34,8 +34,8 @@ wget -L "https://raw.githubusercontent.com/miT-nib-hcI/PiVideo/main/video.py" echo -e "${GREEN}======== Holle Videos========${NOCOLOR}" cd videos/ -wget -L "https://github.com/miT-nib-hcI/PiVideo/raw/main/loop.mp4" -wget -L "https://github.com/miT-nib-hcI/PiVideo/raw/main/trigger.mp4" +wget -L "https://raw.githubusercontent.com/miT-nib-hcI/PiVideo/main/videos/loop.mp4" +wget -L "https://raw.githubusercontent.com/miT-nib-hcI/PiVideo/main/videos/trigger.mp4" cd ..