Skip to content

Instantly share code, notes, and snippets.

View Meethane's full-sized avatar

Meethane

  • Joined Apr 18, 2026
View GitHub Profile
pkg update -y && pkg install python ffmpeg nodejs aria2 termux-api -y && pip install yt-dlp curl_cffi && mkdir -p ~/bin && curl -Lo /data/data/com.termux/files/usr/bin/termux-url-opener https://gist.githubusercontent.com/username/gist_id/raw/opener.sh && chmod +x /data/data/com.termux/files/usr/bin/termux-url-opener && ln -s /data/data/com.termux/files/usr/bin/termux-url-opener ~/bin/termux-url-opener && echo 'alias dl="termux-url-opener"' >> ~/.bashrc && source ~/.bashrc