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

@@ -6,7 +6,7 @@ RUN rustup target add x86_64-unknown-linux-gnu
# Install dependencies
RUN apt update && apt install -y rpm
# 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 RPM/Deb