change ETA plugin to new repo

This commit is contained in:
seanauff 2020-05-29 16:05:50 -04:00 committed by GitHub
parent 454b245520
commit 0e561e61cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ RUN git clone --branch $tag https://github.com/foosel/OctoPrint.git /opt/octopri
&& ./venv/bin/pip install . && ./venv/bin/pip install .
RUN /opt/octoprint/venv/bin/python -m pip install \ RUN /opt/octoprint/venv/bin/python -m pip install \
https://github.com/pablogventura/Octoprint-ETA/archive/master.zip \ https://github.com/AlexVerrico/Octoprint-Display-ETA/archive/master.zip \
https://github.com/1r0b1n0/OctoPrint-Tempsgraph/archive/master.zip \ https://github.com/1r0b1n0/OctoPrint-Tempsgraph/archive/master.zip \
https://github.com/tpmullan/OctoPrint-DetailedProgress/archive/master.zip \ https://github.com/tpmullan/OctoPrint-DetailedProgress/archive/master.zip \
https://github.com/mmone/OctoPrintKlipper/archive/master.zip \ https://github.com/mmone/OctoPrintKlipper/archive/master.zip \