Skip to content

Commit

Permalink
chore: upgrade eplus plugin; go back to the official repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhlkj6612 authored Apr 27, 2024
1 parent a578475 commit 20fb360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN pip install \
# https://stackoverflow.com/a/43136160
RUN mkdir '/SL-plugins' && \
git -C '/SL-plugins' init && \
git -C '/SL-plugins' remote add 'origin' 'https://github.com/code-with-IPID/streamlink-plugins.git' && \
git -C '/SL-plugins' fetch --depth=1 'origin' '10c3c5d7727326db624a50e360eef5fce567c8cd' && \
git -C '/SL-plugins' remote add 'origin' 'https://github.com/pmrowla/streamlink-plugins.git' && \
git -C '/SL-plugins' fetch --depth=1 'origin' '4d8c40e7311f97440c32788f419a6d9144622c67' && \
git -C '/SL-plugins' switch --detach 'FETCH_HEAD'

RUN mkdir '/opt/ffmpeg' && \
Expand Down

0 comments on commit 20fb360

Please sign in to comment.