The ACTUAL deno install path this time. Christ, am I new here?

This commit is contained in:
Kieran Eglin 2025-09-26 15:56:40 -07:00
parent ec44682cb0
commit e2c4d3cc42
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ RUN curl -sL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh && \
mix local.hex --force && \
mix local.rebar --force && \
# Install Deno - required for YouTube downloads (See yt-dlp#14404)
curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local/bin/ sh -s -- -y --no-modify-path && \
curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local/ sh -s -- -y --no-modify-path && \
# Download and update YT-DLP
curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux -o /usr/local/bin/yt-dlp && \
chmod a+rx /usr/local/bin/yt-dlp && \

View file

@ -98,7 +98,7 @@ RUN apt-get update -y && \
unzip \
procps && \
# Install Deno - required for YouTube downloads (See yt-dlp#14404)
curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local/bin/ sh -s -- -y --no-modify-path && \
curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local/ sh -s -- -y --no-modify-path && \
# Apprise
export PIPX_HOME=/opt/pipx && \
export PIPX_BIN_DIR=/usr/local/bin && \