Skip to content

Commit

Permalink
Fix variable typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zebrapurring committed Dec 20, 2024
1 parent 47a3b6d commit b3a9909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/installdependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ brew services restart postgresql@17
brew services restart redis

# Install custom ffmpeg build jellyfin-ffmpeg
curl -s -L -o - "https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v$IMMICH_FFMPEG_VERSION/jellyfin-ffmpeg_${IMMICH_FFMPEG_VERSION}_portable_macarm64-gpl.tar.xz" | \
curl -s -L -o - "https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v$FFMPEG_VERSION/jellyfin-ffmpeg_${FFMPEG_VERSION}_portable_macarm64-gpl.tar.xz" | \
tar xzvf - -C "$IMMICH_BIN_DIR"

# Adjust permissions
Expand Down

0 comments on commit b3a9909

Please sign in to comment.