Skip to content

Commit d98439f

Browse files
committed
Actually don't use https
1 parent c14cc89 commit d98439f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN apt-get update && \
6464
uv venv --python 3.13
6565

6666
ARG 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

0 commit comments

Comments
 (0)