Skip to content

Commit

Permalink
fix twitchdownloadercli not being installed
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBrax committed Apr 26, 2022
1 parent 2b1dd2d commit c2d76c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM node:17-bullseye-slim
RUN apt-get update && apt-get install -y \
python3 python3-pip \
ffmpeg mediainfo \
bash git \
bash git curl unzip \
&& apt-get clean

# install yarn
Expand Down
4 changes: 2 additions & 2 deletions docker/fetch-tdl.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cd /tmp/
curl -fsSLO https://github.com/lay295/TwitchDownloader/releases/download/1.40.4/TwitchDownloaderCLI-LinuxAlpine-x64.zip
unzip TwitchDownloaderCLI-LinuxAlpine-x64.zip
curl -fsSLO https://github.com/lay295/TwitchDownloader/releases/download/1.40.7/TwitchDownloaderCLI-Linux-x64.zip
unzip TwitchDownloaderCLI-Linux-x64.zip
mv TwitchDownloaderCLI /usr/local/bin/TwitchDownloaderCLI
chmod +x /usr/local/bin/TwitchDownloaderCLI
export TCD_TWITCHDOWNLOADER_PATH=/usr/local/bin/TwitchDownloaderCLI

0 comments on commit c2d76c3

Please sign in to comment.