3 lines
No EOL
93 B
Bash
3 lines
No EOL
93 B
Bash
#!/bin/bash
|
|
apt-get update && apt-get install -y python3-pip
|
|
python3 -m pip install -U yt-dlp |