Advertisement
Jackspade9624

anonymous-bash/motd

Apr 15th, 2025 (edited)
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. apt update && apt upgrade -y && apt install git -y
  2.  
  3. echo "PS1='\e[3m\[\033[1;30m\]\D{%a-%b-%d-%Y} \e[38;5;214m\@
  4. \[\033[1;91m\]\w
  5. \[\033[0;34m\][\[\033[0;36m\]\#\[\033[0;34m\]]\[\033[1;92m\] '" >> ~/.bashrc
  6. source ~/.bashrc
  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. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement