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