diff --git a/reload.sh b/reload.sh old mode 100644 new mode 100755 diff --git a/setup.sh b/setup.sh index 8884aad..f22f68c 100755 --- a/setup.sh +++ b/setup.sh @@ -28,6 +28,9 @@ cd ~/PiVideo/ wget -L "https://raw.githubusercontent.com/miT-nib-hcI/PiVideo/main/video.py" +wget -L "https://raw.githubusercontent.com/miT-nib-hcI/PiVideo/main/start.sh" +wget -L "https://raw.githubusercontent.com/miT-nib-hcI/PiVideo/main/stop.sh" +wget -L "https://raw.githubusercontent.com/miT-nib-hcI/PiVideo/main/reload.sh" echo -e "${GREEN}======== Holle Videos========${NOCOLOR}" diff --git a/start.sh b/start.sh old mode 100644 new mode 100755 diff --git a/stop.sh b/stop.sh old mode 100644 new mode 100755