Advertisement
Jackspade9624

opj4ck5pade

Apr 15th, 2025 (edited)
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. clear && echo -e "
  2. \e[3m\e[1;92mWE ARE ANONYMOUS, EXPECT US...
  3. "
  4. pkg --check-mirror update
  5.  
  6. pkg update && pkg upgrade -y && apt update && apt full-upgrade -y && pkg install git python zsh -y
  7.  
  8. rm -rf /data/data/com.termux/files/usr/etc/motd
  9. git clone https://github.com/ghoste9624/anonymous-motd /data/data/com.termux/files/usr/etc/motd
  10. echo "/data/data/com.termux/files/usr/etc/motd/init.sh" >> /data/data/com.termux/files/usr/etc/profile # or .zprofile if using zsh
  11. cd /data/data/com.termux/files/usr/etc/motd/ && chmod +x init.sh && cd $HOME
  12.  
  13. echo "PS1='\e[3m\[\033[1;30m\]\D{%a-%b-%d-%Y} \e[38;5;214m\@
  14. \[\033[1;91m\]\w
  15. \[\033[0;34m\][\[\033[0;36m\]\#\[\033[0;34m\]]\[\033[1;92m\] '" >> ~/.bashrc
  16. source ~/.bashrc
  17. termux-reload-settings
  18. exit
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement