Skip to content

Commit

Permalink
Fix wget replacement
Browse files Browse the repository at this point in the history
The current solution does not work with the built in wget
  • Loading branch information
Eeems authored Feb 5, 2024
1 parent 100e279 commit 5c02a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ FROM qemu-base AS qemu-toltec
RUN run_vm.sh -serial null -daemonize && \
wait_ssh.sh && \
ssh root@localhost 'while ! timedatectl status | grep "synchronized: yes"; do sleep 1; done' && \
ssh root@localhost 'wget http://toltec-dev.org/bootstrap && sed -i "s|wget_remote=http://toltec-dev.org/thirdparty/bin/wget-v1.21.1|wget_remote=https://github.com/Azathothas/Static-Binaries/raw/main/wget/wget_busybox_armv7l_abihf_musl_Linux|" bootstrap && sed -i "s|8798fcdabbe560722a02f95b30385926e4452e2c98c15c2c217583eaa0db30fc|ec215780dc74381fd5464d11b1e8efe9736f332acb237706c90720b4baa641ca|" bootstrap && bash bootstrap' && \
ssh root@localhost 'wget http://toltec-dev.org/bootstrap && sed -i "s|wget_remote=http://toltec-dev.org/thirdparty/bin/wget-v1.21.1|wget_remote=http://toltec-dev.org/thirdparty/bin/wget-v1.21.1-1|" bootstrap && sed -i "s|8798fcdabbe560722a02f95b30385926e4452e2c98c15c2c217583eaa0db30fc|c258140f059d16d24503c62c1fdf747ca843fe4ba8fcd464a6e6bda8c3bbb6b5|" bootstrap && bash bootstrap' && \
save_vm.sh

# Step 4: Build rm2fb-client and forwarder
Expand Down

0 comments on commit 5c02a0c

Please sign in to comment.