File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RUN apt-get update && \
6464 uv venv --python 3.13
6565
6666ARG fw_version
67- RUN uv pip install http ://github.com/Jayy001/codexctl.git && \
67+ RUN uv pip install https ://github.com/Jayy001/codexctl.git && \
6868 .venv/bin/codexctl download $fw_version --hardware rm2 --out /tmp/firmware && \
6969 .venv/bin/codexctl extract --out /opt/rootfs.ext4 /tmp/firmware/*
7070
@@ -114,7 +114,7 @@ RUN run_vm -serial null -daemonize && \
114114 wait_ssh && \
115115 in_vm 'while ! timedatectl status | grep "synchronized: yes"; do sleep 1; done' && \
116116 in_vm wget https://raw.githubusercontent.com/toltec-dev/toltec/testing/scripts/bootstrap/bootstrap && \
117- in_vm 'sed -i "s|wget_remote=.*|wget_remote=https ://github.com/Azathothas/Static-Binaries/raw/main/wget/wget_busybox_armv7l_abihf_musl_Linux|" bootstrap' && \
117+ in_vm 'sed -i "s|wget_remote=.*|wget_remote=http ://github.com/Azathothas/Static-Binaries/raw/main/wget/wget_busybox_armv7l_abihf_musl_Linux|" bootstrap' && \
118118 in_vm 'sed -i "s/wget_checksum=.*/wget_checksum=ec215780dc74381fd5464d11b1e8efe9736f332acb237706c90720b4baa641ca/" bootstrap' && \
119119 in_vm env bash bootstrap --force && \
120120 save_vm
You can’t perform that action at this time.
0 commit comments