From 9028ded353f83d65de3992256b8c9d5e7afb2f89 Mon Sep 17 00:00:00 2001 From: wHyEt Date: Fri, 5 Jan 2024 10:40:01 +0100 Subject: [PATCH] bugfix --- assets/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/entrypoint.sh b/assets/entrypoint.sh index 3e3ec96..fb780bd 100644 --- a/assets/entrypoint.sh +++ b/assets/entrypoint.sh @@ -19,8 +19,8 @@ cd /bambu_src wget https://raw.githubusercontent.com/hisptoot/BambuSource2Raw/main/BambuSource2Raw/bambusource2raw.cpp wget https://raw.githubusercontent.com/hisptoot/BambuSource2Raw/main/BambuSource2Raw/BambuTunnel.h -wget https://raw.githubusercontent.com/DaveGamble/cJSON/master/cJSON.h -gcc /bambu_src/bambusource2raw.cpp -o /data/work/build/BambuP1SCam + +gcc /bambu_src/bambusource2raw.cpp cJSON/cJSON.c -lcurl -o /data/work/build/BambuP1SCam tail -f /dev/null \ No newline at end of file