Advertisement
Jackspade9624

install.sh

Apr 14th, 2025 (edited)
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #!/data/data/com.termux/files/usr/bin/env bash
  2.  
  3. git clone https://github.com/ghoste9624/anonymous-motd /data/data/com.termux/files/usr/etc/motd
  4.  
  5. [ $(basename $SHELL) == "zsh" ] && _PROFILE=/data/data/com.termux/files/usr/zprofile || _PROFILE=/data/data/com.termux/files/usr/etc/profile
  6. [ $(grep "/data/data/com.termux/files/usr/etc/motd/init.sh" $_PROFILE) != "0" ] && echo "/data/data/com.termux/files/usr/etc/motd/init.sh" >> $_PROFILE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement