Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wy580477 committed Apr 25, 2022
1 parent c9a534c commit aa1da2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

python3 -m pip install -U yt-dlp
python3 -m pip install -U yt-dlp &
mkdir -p /mnt/data/config /mnt/data/downloads /mnt/data/videos
echo ${RCLONE_CONFIG_BASE64} | base64 -d >/mnt/data/config/rclone.conf

Expand Down

0 comments on commit aa1da2d

Please sign in to comment.