Advertisement
karim0209

2025 Termux pkgs installing cmds

Mar 2nd, 2025 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. pkg install wget -y
  2.  
  3. apt update && apt upgrade -y
  4.  
  5. wget https://pastebin.com/raw/H5J9faCU -O install.sh
  6.  
  7. dos2unix install.sh
  8.  
  9. chmod u+x install.sh
  10.  
  11. ./install.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement