Update URL for SIMULAVR to use https

This is more secure and is not blocked by firewalls generally.
This commit is contained in:
camerony 2023-11-15 09:33:38 -05:00
parent 12b505c9d0
commit 275d3479cc
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ RUN git clone https://github.com/klipper3d/klipper \
#### Simulavr
COPY config/simulavr.config /usr/src
RUN git clone -b master git://git.savannah.nongnu.org/simulavr.git \
RUN git clone -b master https://git.savannah.nongnu.org/git/simulavr.git \
# Build the firmware
&& cd klipper \
&& cp /usr/src/simulavr.config .config \