Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
wHyEt committed Jan 5, 2024
1 parent dbd8771 commit 4efebbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ chmod a+x go2rtc_linux_amd64
mkdir /bambu_src
cd /bambu_src

wget https://github.com/hisptoot/BambuSource2Raw/blob/main/BambuSource2Raw/bambusource2raw.cpp
wget https://github.com/hisptoot/BambuSource2Raw/blob/main/BambuSource2Raw/BambuTunnel.h
wget https://raw.githubusercontent.com/hisptoot/BambuSource2Raw/main/BambuSource2Raw/bambusource2raw.cpp
wget https://raw.githubusercontent.com/hisptoot/BambuSource2Raw/main/BambuSource2Raw/BambuTunnel.h

gcc /bambu_src/bambusource2raw.cpp -o /work/build/BambuP1SCam
gcc /bambu_src/bambusource2raw.cpp -o /data/work/build/BambuP1SCam

tail -f /dev/null

0 comments on commit 4efebbe

Please sign in to comment.