forked from MrHacker-X/DevilX
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.sh
More file actions
30 lines (29 loc) · 1.37 KB
/
Copy pathsetup.sh
File metadata and controls
30 lines (29 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/bash
clear
echo -e "\033[1;91m
░ ░░░ ░░ ░░░░ ░░ ░░ ░░░░░░░░ ░░░░ ░
▒ ▒▒▒▒ ▒▒ ▒▒▒▒▒▒▒▒ ▒▒▒▒ ▒▒ ▒▒ ▒▒▒▒▒▒▒▒▒ ▒▒ ▒▒
▓ ▓▓▓▓ ▓▓ ▓▓▓▓▓ ▓▓ ▓▓▓ ▓▓ ▓▓▓▓▓▓▓▓▓▓ ▓▓▓
█ ████ ██ ██████████ ████ ██ █████████ ██ ██
█ ███ █████ █████ ██ ██ ████ █
██████████████████████████████████████████████████████
\033[1;90m github.com/MrHacker-X ~ \033[1;92m Version: 1.1.2 "
echo -e "\n\033[1;90m~ All the necessary packages and modules is about to install in your termux"
echo -e "\033[1;94m"
read -p "Press ENTER To Continue"
echo -e "\033[1;92m"
apt update -y
apt upgrade -y
apt install git -y
apt install python -y
apt install python3 -y
apt install wget -y
apt install curl -y
apt install python-pip -y
pip install lolcat
pip install bs4
pip install beautifulsoup4
pip install requests
pip install instaloader
echo -e "\n\033[1;92m~ Installation is done\n~ Now type 'python devilx.py' to run the tool\n"
exit