Untitled


SUBMITTED BY: Mohr9

DATE: Oct. 29, 2022, 6:38 p.m.

UPDATED: Oct. 29, 2022, 7:45 p.m.

FORMAT: Text only

SIZE: 576 Bytes

HITS: 865

  1. #!/bin/bash
  2. clear
  3. echo -e "\E[44;1;37m INSTALACAO BOT SSH TESTE \E[0m"
  4. echo -e "\nINSTALANDO AGUARDE...."
  5. apt update -y > /dev/null 2>&1 && apt install unzip at jq curl -y > /dev/null 2>&1
  6. mkdir $HOME/BOT
  7. cd $HOME/BOT && wget https://www.mediafire.com/file/z0gecgad2r3stv0/botteste.zip/file?dkey=z0n28xbg6fl&r=1432
  8. unzip botteste.zip > /dev/null 2>&1 && rm botteste.zip > /dev/null 2>&1
  9. chmod +x $(ls)
  10. mv botteste /bin/botteste
  11. clear && echo -e "INSTALADO COM SUCESSO !\nPARA ATIVAR EXECULTE O COMANDO botteste"
  12. cd $HOME && rm inst-botteste > /dev/null 2>&1

comments powered by Disqus