Spaces:
Paused
Paused
Update on_startup.sh
Browse files- 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
|