This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MOUSE_BTN3 add volume 5 | |
MOUSE_BTN4 add volume -5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clear && sudo apt update -y && sudo apt dist-upgrade -y && sudo apt install -f -y && sudo apt autoremove -y && sudo apt clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install wget mplayer && wget "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp" && chmod +x yt-dlp |