slimshadow commited on
Commit
e85cfbe
·
verified ·
1 Parent(s): 4208152

Update on_startup.sh

Browse files
Files changed (1) hide show
  1. on_startup.sh +1 -0
on_startup.sh CHANGED
@@ -2,5 +2,6 @@
2
  # Install ffmpeg
3
  apt-get update
4
  apt-get install -y ffmpeg
 
5
 
6
  # Write other commands here if needed
 
2
  # Install ffmpeg
3
  apt-get update
4
  apt-get install -y ffmpeg
5
+ pip install yt-dlp
6
 
7
  # Write other commands here if needed