From c57713ac6f8ce751641186a106a9bc0bee286050 Mon Sep 17 00:00:00 2001 From: wHyEt Date: Fri, 5 Jan 2024 10:46:03 +0100 Subject: [PATCH] bugfix --- assets/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/entrypoint.sh b/assets/entrypoint.sh index fb780bd..2c58096 100644 --- a/assets/entrypoint.sh +++ b/assets/entrypoint.sh @@ -19,7 +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.c +wget https://raw.githubusercontent.com/DaveGamble/cJSON/master/cJSON.h gcc /bambu_src/bambusource2raw.cpp cJSON/cJSON.c -lcurl -o /data/work/build/BambuP1SCam