We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e43f72 + aba7bb2 commit b00a3dcCopy full SHA for b00a3dc
1 file changed
.devcontainer/Dockerfile
@@ -7,6 +7,6 @@ RUN apt-get update && apt-get -y install git git-lfs python3-colorama cmake g++
7
git lfs install
8
9
# Install cubeclt
10
-RUN mkdir /temp && cd /temp && git clone https://github.com/HyperloopUPV-H8/cubeclt.git && \
+RUN mkdir /temp && cd /temp && git clone https://github.com/Hyperloop-UPV/cubeclt.git && \
11
cd cubeclt && git lfs pull && chmod +x cubeclt_1.16.0_installer.sh && \
12
echo | LICENSE_ALREADY_ACCEPTED=1 ./cubeclt_1.16.0_installer.sh
0 commit comments