Skip to content

Commit

Permalink
Merge pull request #32 from linuxserver/update-repos
Browse files Browse the repository at this point in the history
Update dvb-apps repo path
  • Loading branch information
thespad authored Jul 16, 2024
2 parents 742c3be + d854f7a commit 97e72a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN \
openssl \
curl && \
echo "**** build dvb-apps ****" && \
hg clone http://linuxtv.org/hg/dvb-apps /tmp/dvb-apps && \
hg clone http://linuxtv.org/legacy-hg/dvb-apps /tmp/dvb-apps && \
cd /tmp/dvb-apps && \
make -C lib && \
make -C lib install && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN \
openssl \
curl && \
echo "**** build dvb-apps ****" && \
hg clone http://linuxtv.org/hg/dvb-apps /tmp/dvb-apps && \
hg clone http://linuxtv.org/legacy-hg/dvb-apps /tmp/dvb-apps && \
cd /tmp/dvb-apps && \
make -C lib && \
make -C lib install && \
Expand Down

0 comments on commit 97e72a4

Please sign in to comment.