From db763f14647a817883bc9ce06150f0eaec577ad6 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sat, 10 Jan 2026 22:33:15 -0500 Subject: [PATCH] Fix jpeglib tag (1.0.2 not v1.0.2) --- rpi/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi/setup.sh b/rpi/setup.sh index 7e8d1c9..fc56f33 100755 --- a/rpi/setup.sh +++ b/rpi/setup.sh @@ -347,7 +347,7 @@ else # Clone from GitHub (PyPI source tarball is missing .h files) echo " Cloning jpeglib from GitHub..." - git clone --depth 1 --branch v1.0.2 https://github.com/martinbenes1996/jpeglib.git + git clone --depth 1 --branch 1.0.2 https://github.com/martinbenes1996/jpeglib.git cd jpeglib CJPEGLIB="src/jpeglib/cjpeglib"