mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 02:24:24 +00:00
The ACTUAL deno install path this time. Christ, am I new here?
This commit is contained in:
parent
ec44682cb0
commit
e2c4d3cc42
2 changed files with 2 additions and 2 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue