12 lines
330 B
Bash
Executable file
12 lines
330 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
clear
|
|
curl s.tyleodev.fr/astra/scr_banner
|
|
|
|
sudo nala install -y youtube-dl figlet ffmpeg yt-dlp curl
|
|
sudo wget https://glb.tyleo.dev/scr/ytmp3
|
|
sudo mv ytmp3 /bin
|
|
sudo chmod +x /bin/ytmp3
|
|
echo --------------- USAGE ---------------
|
|
echo 'Use it like : "ytmp3 (url)"'
|
|
echo 'It support Playlists and Channel All'
|