yt-song-downloader / on_startup.sh
slimshadow's picture
Update on_startup.sh
23c04d7 verified
raw
history blame
125 Bytes
# Update package list
# sudo apt update
# Install ffmpeg
apt install -y ffmpeg
# Install yt-dlp
apt install -y python3-pip