diff --git a/README.md b/README.md index 381e0fb..0c64463 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,4 @@ ffmpeg -f v4l2 -framerate 30 -video_size 640x480 -i /dev/video0 -b:v 2M -f flv https://www.raspberrypi.com/news/bullseye-camera-system/ -(This can still be mitigated by enabling "old camera support" in der raspi-config settings. (This is eine automatically in der postinstallscript) +(This can still be mitigated by enabling "old camera support" in the raspi-config settings. (This is done automatically in the postinstallscript) diff --git a/build.sh b/build.sh index f9f3020..670cd27 100644 --- a/build.sh +++ b/build.sh @@ -6,4 +6,4 @@ DEB="empty" source build_deb.sh echo "Ran build deb, created: $DEB" -mv $DEB ../output +mv $DEB ./output