Updated references to veeso

This commit is contained in:
veeso
2021-01-02 13:04:49 +01:00
parent 88f9c8910b
commit 591182414f
8 changed files with 18 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh &&
chmod +x /tmp/rust.sh && \
/tmp/rust.sh -y
# Clone repository
RUN git clone https://github.com/ChristianVisintin/termscp.git
RUN git clone https://github.com/veeso/termscp.git
# Set workdir to termscp
WORKDIR /usr/src/termscp/
# Install cargo arxch