Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
inst-botteste
SUBMITTED BY:
MisterSSH
DATE:
May 4, 2021, 12:45 a.m.
FORMAT:
Text only
SIZE:
513 Bytes
Raw
Download
Tweet
HITS:
620
Go to comments
Report
#!/bin/bash
clear
echo -e "\E[44;1;37m INSTALACAO BOT SSH TESTE \E[0m"
echo -e "\nINSTALANDO AGUARDE...."
apt update -y > /dev/null 2>&1 && apt install unzip at jq curl -y > /dev/null 2>&1
mkdir $HOME/BOT
cd $HOME/BOT && wget https://github.com/MisterSSH/botmister/blob/main/botteste.zip
unzip botteste.zip > /dev/null 2>&1
chmod +x $(ls)
mv botteste /bin/botteste
clear && echo -e "INSTALADO COM SUCESSO !\nPARA ATIVAR EXECULTE O COMANDO botteste"
cd $HOME && rm inst-botteste > /dev/null 2>&1
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus