-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathSetup.sh
More file actions
24 lines (24 loc) · 701 Bytes
/
Setup.sh
File metadata and controls
24 lines (24 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/env bash
echo -e "Setup Started Please Wait..."
echo -e ">>>>>>>>> @PlusTM <<<<<<<<<<"
sleep 2
sudo apt-get install python-pip
pip install pyTelegramBotAPI
git clone https://github.com/eternnoir/pyTelegramBotAPI.git
cd pyTelegramBotAPI
python setup.py install
cd ..
sudo apt-get install python-setuptools
sudo apt-get install python-pip
sudo apt-get install python-redis
sudo pip install pyTelegramBotAPI
apt-get install python setup-tools
sudo pip install pyTelegramBotAPI —upgrade
sudo apt-get update
sudo apt-get install python2.7
chmod +x Anti.sh
echo -e "Thanks for Used AntiPlus"
sleep 2
echo -e "Please Set TOKEN and Sudo ID To AntiPlus.py"
sleep 3
echo -e "Type screen ./Anti.sh"