Advertisement
Jackspade9624

termux-start

Apr 15th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. clear && echo -e "
  2. \e[3m\e[38;5;214mgive termux storage permissions...\e[0m\e[38;5;214m
  3. "
  4.  
  5. date
  6.  
  7. echo -e "
  8. \e[1;92m"
  9.  
  10. df -h
  11.  
  12. echo -e "
  13. \e[0m"
  14.  
  15. termux-setup-storage
  16.  
  17. clear && echo -e "\e[1;96m"
  18.  
  19. pkg --check-mirror update
  20.  
  21. echo -e "
  22. \e[3m\e[1;96mchange repositories? "
  23.  
  24. read -n 1 -s -r -p "
  25. Press any key to continue..."
  26.  
  27. termux-change-repo
  28.  
  29. clear && echo -e "
  30. \e[3m\e[1;92mtermux-start...
  31. "
  32.  
  33. apt update && apt full-upgrade -y && apt install wget zip unzip python python2 python-numpy python-cryptography python-lxml python-scipy nodejs-lts jq rsync sqlite libxml2-utils grep bc htop figlet httping dnsutils openssh ffmpeg php composer sox alsa-utils tmux neovim vim screen nano zsh fish tcsh beanshell nmap whois traceroute netcat-openbsd libffi emacs micro openssl cmatrix fortune screenfetch w3m cowsay curl perl ruby rust golang tor cloudflared fakeroot sshpass lychee proot proot-distro sed lynx rxfetch neofetch viu lazygit topgrade root-repo x11-repo tur-repo cmake make man mpv android-tools termux-am termux-api termux-exec termux-tools termux-keyring -y
  34.  
  35. pip install google requests setuptools
  36.  
  37. pkg update && pkg upgrade -y && apt autoclean && apt autoremove -y
  38.  
  39. clear && echo -e "
  40. \e[3m\e[1;91msecurity check...\e[0m\e[1;91m
  41. "
  42.  
  43. date
  44.  
  45. echo -e "\e[1;91m"
  46.  
  47. curl ipinfo.io; curl -L tacs-sys.com | grep -i illusion
  48.  
  49. echo -e "\e[3m\e[1;91m"
  50.  
  51. read -n 1 -s -r -p "
  52. Press any key to continue...
  53. "
  54.  
  55. cd $HOME
  56.  
  57. rm -rf tstyle
  58.  
  59. clear && echo -e "
  60. \e[3m\e[1;93minstalling tstyle...
  61. "
  62.  
  63. apt update -y && apt install git -y
  64. git clone https://github.com/htr-tech/tstyle
  65. cd tstyle
  66. bash setup.sh
  67. tstyle
  68.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement